Html Css Color HEX #02A6CE Pacific Blue

📋 copy color: '#02A6CE'

red 2 ◦ green 166 ◦ blue 206

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

Shades of Pacific Blue #02A6CE

Tints of Pacific Blue #02A6CE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.39%

 BLUE value IS 206 (80.86% from 255) = 55.08%

R = 0.53%
G = 44.39%
B = 55.08%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#02A6CE (or 0x02A6CE) is known color: Pacific Blue. HEX triplet: 02, A6 and CE. RGB value is (2,166,206). Sum of RGB (Red+Green+Blue) = 2+166+206=374 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #02A6CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A6CE is #FD5931. Grayscale: #797979. Windows color (decimal): -16603442 or 13542914. OLE color: 13542914.

HSL color Cylindrical-coordinate representation of color #02A6CE: hue angle of 191.76º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A6CE is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 166 206 -
CMYK 0.99 0.19 0 0.19
HSL 191.76º 0.98% 0.41% -
HSV(B) 191.76º 0.99% 0.81% -
XYZ 24.8 31.74 63.21 -
YUV 121.52 175.67 42.75 -
System Red Green Blue C M Y K H S L
Decimal 2 166 206 0.99 0.19 0 0.19 191.76 0.98 0.41
Hex 2 A6 CE 63 13 0 13 C0 62 29
Octal 2 246 316 143 23 0 23 300 142 51
Binary 10 10100110 11001110 1100011 10011 0 10011 11000000 1100010 101001

Color Harmonies of #02A6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A6CE

Black with #02A6CE

Text Example


Text Example

White with #02A6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,166,206); }

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

background-color css

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

 a { background-color: rgb(2,166,206); }

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

border-color css

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

 span { border-color: rgb(2,166,206); }

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