#02A2CC

Color #02A2CC Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #02A2CC

Tints of Pacific Blue #02A2CC

Color information

#02A2CC (or 0x02A2CC) is unknown color: approx Pacific Blue. HEX triplet: 02, A2 and CC. RGB value is (2,162,204). Sum of RGB (Red+Green+Blue) = 2+162+204=368 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #02A2CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02A2CC is #FD5D33. Grayscale: #767676. Windows color (decimal): -16604468 or 13410818. OLE color: 13410818.

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

Color convert

RGB2162204-
CMYK0.990.2100.2
HSL192.48º98.06%40.39%-
HSV(B)192.48º99.02%80%-
XYZ23.8430.2161.7-
YUV118.95175.9944.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.54%
GREEN value IS 162 (63.67% from 255) = 44.02%
BLUE value IS 204 (80.08% from 255) = 55.43%
R=0.54%
G=44.02%
B=55.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal21622040.990.2100.2192.4898.0640.39
Hex2A2CC6315014c06228
Octal22423141432502430014250
Binary101010001011001100110001110101010100110000001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02A2CC;
 }
 .AnyTagClassName
 {
   color: #02A2CC;
 }
</style>
background-color css

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

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

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

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

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

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