Html Css Color HEX #02A6CA Pacific Blue

📋 copy color: '#02A6CA'

red 2 ◦ green 166 ◦ blue 202

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

Shades of Pacific Blue #02A6CA

Tints of Pacific Blue #02A6CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 54.59%

R = 0.54%
G = 44.86%
B = 54.59%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#02A6CA (or 0x02A6CA) is known color: Pacific Blue. HEX triplet: 02, A6 and CA. RGB value is (2,166,202). Sum of RGB (Red+Green+Blue) = 2+166+202=370 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #02A6CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A6CA is #FD5935. Grayscale: #787878. Windows color (decimal): -16603446 or 13280770. OLE color: 13280770.

HSL color Cylindrical-coordinate representation of color #02A6CA: hue angle of 190.8º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A6CA is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 166 202 -
CMYK 0.99 0.18 0 0.21
HSL 190.8º 0.98% 0.4% -
HSV(B) 190.8º 0.99% 0.79% -
XYZ 24.32 31.55 60.68 -
YUV 121.07 173.67 43.07 -
System Red Green Blue C M Y K H S L
Decimal 2 166 202 0.99 0.18 0 0.21 190.8 0.98 0.4
Hex 2 A6 CA 63 12 0 15 BF 62 28
Octal 2 246 312 143 22 0 25 277 142 50
Binary 10 10100110 11001010 1100011 10010 0 10101 10111111 1100010 101000

Color Harmonies of #02A6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A6CA

Black with #02A6CA

Text Example


Text Example

White with #02A6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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