#02B6B7

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

Shades of Iris Blue #02B6B7

Tints of Iris Blue #02B6B7

Color information

#02B6B7 (or 0x02B6B7) is unknown color: approx Iris Blue. HEX triplet: 02, B6 and B7. RGB value is (2,182,183). Sum of RGB (Red+Green+Blue) = 2+182+183=367 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 367); Green value is 182 (71.48% from 255 or 49.59% from 367); Blue value is 183 (71.88% from 255 or 49.86% from 367); Max value from RGB is 183 - color contains mainly: blue. Hex color #02B6B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02B6B7 is #FD4948. Grayscale: #808080. Windows color (decimal): -16599369 or 12039682. OLE color: 12039682.

HSL color Cylindrical-coordinate representation of color #02B6B7: hue angle of 180.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B6B7 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB2182183-
CMYK0.990.0100.28
HSL180.33º97.84%36.27%-
HSV(B)180.33º98.91%71.76%-
XYZ25.336.8950.59-
YUV128.29158.8737.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.54%
GREEN value IS 182 (71.48% from 255) = 49.59%
BLUE value IS 183 (71.88% from 255) = 49.86%
R=0.54%
G=49.59%
B=49.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal21821830.990.0100.28180.3397.8436.27
Hex2B6B763101Cb46224
Octal2266267143103426414244
Binary10101101101011011111000111011100101101001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,182,183); }

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

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

 a { background-color: rgb(2,182,183); }

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

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

 span { border-color: rgb(2,182,183); }

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