Html Css Color HEX #02A8BE Pacific Blue

📋 copy color: '#02A8BE'

red 2 ◦ green 168 ◦ blue 190

#02A8BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #02A8BE

Tints of Pacific Blue #02A8BE

RGB

 RED value IS 2 (1.17% from 255) = 0.56%

 GREEN value IS 168 (66.02% from 255) = 46.67%

 BLUE value IS 190 (74.61% from 255) = 52.78%

R = 0.56%
G = 46.67%
B = 52.78%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#02A8BE (or 0x02A8BE) is known color: Pacific Blue. HEX triplet: 02, A8 and BE. RGB value is (2,168,190). Sum of RGB (Red+Green+Blue) = 2+168+190=360 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #02A8BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A8BE is #FD5741. Grayscale: #787878. Windows color (decimal): -16602946 or 12494850. OLE color: 12494850.

HSL color Cylindrical-coordinate representation of color #02A8BE: hue angle of 187.02º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A8BE is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 168 190 -
CMYK 0.99 0.12 0 0.25
HSL 187.02º 0.98% 0.38% -
HSV(B) 187.02º 0.99% 0.75% -
XYZ 23.32 31.74 53.61 -
YUV 120.87 167 43.21 -
System Red Green Blue C M Y K H S L
Decimal 2 168 190 0.99 0.12 0 0.25 187.02 0.98 0.38
Hex 2 A8 BE 63 C 0 19 BB 62 26
Octal 2 250 276 143 14 0 31 273 142 46
Binary 10 10101000 10111110 1100011 1100 0 11001 10111011 1100010 100110

Color Harmonies of #02A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A8BE

Black with #02A8BE

Text Example


Text Example

White with #02A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02A8BE; }

 p { color: rgb(2,168,190); }

 H1.HeaderClassName
 {
   color: #02A8BE;
 }
 .AnyTagClassName
 {
   color: #02A8BE;
 }
</style>

background-color css

<style>
 a { background-color: #02A8BE; }

 a { background-color: rgb(2,168,190); }

 div.DivClassName
 {
   background-color: #02A8BE;
 }
 .BgClassName
 {
   background-color: #02A8BE;
 }
</style>

border-color css

<style>
 span { border-color: #02A8BE; }

 span { border-color: rgb(2,168,190); }

 td.TdClassName
 {
   border-color: #02A8BE;
 }
 .TagClassName
 {
   border-color: #02A8BE;
 }
</style>