#02ABCC

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

Shades of Iris Blue #02ABCC

Tints of Iris Blue #02ABCC

Color information

#02ABCC (or 0x02ABCC) is unknown color: approx Iris Blue. HEX triplet: 02, AB and CC. RGB value is (2,171,204). Sum of RGB (Red+Green+Blue) = 2+171+204=377 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #02ABCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ABCC is #FD5433. Grayscale: #7B7B7B. Windows color (decimal): -16602164 or 13413122. OLE color: 13413122.

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

Color convert

RGB2171204-
CMYK0.990.1600.2
HSL189.8º98.06%40.39%-
HSV(B)189.8º99.02%80%-
XYZ25.4933.562.25-
YUV124.23173.0140.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.53%
GREEN value IS 171 (67.19% from 255) = 45.36%
BLUE value IS 204 (80.08% from 255) = 54.11%
R=0.53%
G=45.36%
B=54.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal21712040.990.1600.2189.898.0640.39
Hex2ABCC6310014be6228
Octal22533141432002427614250
Binary101010101111001100110001110000010100101111101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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