#02BBB5

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

Shades of Iris Blue #02BBB5

Tints of Iris Blue #02BBB5

Color information

#02BBB5 (or 0x02BBB5) is unknown color: approx Iris Blue. HEX triplet: 02, BB and B5. RGB value is (2,187,181). Sum of RGB (Red+Green+Blue) = 2+187+181=370 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 370); Green value is 187 (73.44% from 255 or 50.54% from 370); Blue value is 181 (71.09% from 255 or 48.92% from 370); Max value from RGB is 187 - color contains mainly: green. Hex color #02BBB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BBB5 is #FD444A. Grayscale: #828282. Windows color (decimal): -16598091 or 11909890. OLE color: 11909890.

HSL color Cylindrical-coordinate representation of color #02BBB5: hue angle of 178.05º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BBB5 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB2187181-
CMYK0.9900.030.27
HSL178.05º97.88%37.06%-
HSV(B)178.05º98.93%73.33%-
XYZ26.1438.8949.85-
YUV131156.2135.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.54%
GREEN value IS 187 (73.44% from 255) = 50.54%
BLUE value IS 181 (71.09% from 255) = 48.92%
R=0.54%
G=50.54%
B=48.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21871810.9900.030.27178.0597.8837.06
Hex2BBB563031Bb26225
Octal2273265143033326214245
Binary101011101110110101110001101111011101100101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,187,181); }

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

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

 a { background-color: rgb(2,187,181); }

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

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

 span { border-color: rgb(2,187,181); }

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