Html Css Color HEX #02A2CE Pacific Blue

📋 copy color: '#02A2CE'

red 2 ◦ green 162 ◦ blue 206

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

Shades of Pacific Blue #02A2CE

Tints of Pacific Blue #02A2CE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.78%

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

R = 0.54%
G = 43.78%
B = 55.68%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#02A2CE (or 0x02A2CE) is known color: Pacific Blue. HEX triplet: 02, A2 and CE. RGB value is (2,162,206). Sum of RGB (Red+Green+Blue) = 2+162+206=370 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #02A2CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A2CE is #FD5D31. Grayscale: #767676. Windows color (decimal): -16604466 or 13541890. OLE color: 13541890.

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

Color convert

RGB 2 162 206 -
CMYK 0.99 0.21 0 0.19
HSL 192.94º 0.98% 0.41% -
HSV(B) 192.94º 0.99% 0.81% -
XYZ 24.09 30.31 62.97 -
YUV 119.18 176.99 44.42 -
System Red Green Blue C M Y K H S L
Decimal 2 162 206 0.99 0.21 0 0.19 192.94 0.98 0.41
Hex 2 A2 CE 63 15 0 13 C1 62 29
Octal 2 242 316 143 25 0 23 301 142 51
Binary 10 10100010 11001110 1100011 10101 0 10011 11000001 1100010 101001

Color Harmonies of #02A2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A2CE

Black with #02A2CE

Text Example


Text Example

White with #02A2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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