Html Css Color HEX #02A0CA Pacific Blue

📋 copy color: '#02A0CA'

red 2 ◦ green 160 ◦ blue 202

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

Shades of Pacific Blue #02A0CA

Tints of Pacific Blue #02A0CA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.96%

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

R = 0.55%
G = 43.96%
B = 55.49%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#02A0CA (or 0x02A0CA) is known color: Pacific Blue. HEX triplet: 02, A0 and CA. RGB value is (2,160,202). Sum of RGB (Red+Green+Blue) = 2+160+202=364 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #02A0CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A0CA is #FD5F35. Grayscale: #757575. Windows color (decimal): -16604982 or 13279234. OLE color: 13279234.

HSL color Cylindrical-coordinate representation of color #02A0CA: hue angle of 192.6º 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 #02A0CA is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 160 202 -
CMYK 0.99 0.21 0 0.21
HSL 192.6º 0.98% 0.4% -
HSV(B) 192.6º 0.99% 0.79% -
XYZ 23.26 29.42 60.33 -
YUV 117.55 175.65 45.58 -
System Red Green Blue C M Y K H S L
Decimal 2 160 202 0.99 0.21 0 0.21 192.6 0.98 0.4
Hex 2 A0 CA 63 15 0 15 C1 62 28
Octal 2 240 312 143 25 0 25 301 142 50
Binary 10 10100000 11001010 1100011 10101 0 10101 11000001 1100010 101000

Color Harmonies of #02A0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A0CA

Black with #02A0CA

Text Example


Text Example

White with #02A0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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