#02B5BB

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

Shades of Iris Blue #02B5BB

Tints of Iris Blue #02B5BB

Color information

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

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

Color convert

RGB2181187-
CMYK0.990.0300.27
HSL181.95º97.88%37.06%-
HSV(B)181.95º98.93%73.33%-
XYZ25.5236.6552.74-
YUV128.16161.238.01-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21811870.990.0300.27181.9597.8837.06
Hex2B5BB63301Bb66225
Octal2265273143303326614245
Binary101011010110111011110001111011011101101101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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