#02B6B8

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

Shades of Iris Blue #02B6B8

Tints of Iris Blue #02B6B8

Color information

#02B6B8 (or 0x02B6B8) is unknown color: approx Iris Blue. HEX triplet: 02, B6 and B8. RGB value is (2,182,184). Sum of RGB (Red+Green+Blue) = 2+182+184=368 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 368); Green value is 182 (71.48% from 255 or 49.46% from 368); Blue value is 184 (72.27% from 255 or 50% from 368); Max value from RGB is 184 - color contains mainly: blue. Hex color #02B6B8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02B6B8 is #FD4947. Grayscale: #808080. Windows color (decimal): -16599368 or 12105218. OLE color: 12105218.

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

Color convert

RGB2182184-
CMYK0.990.0100.28
HSL180.66º97.85%36.47%-
HSV(B)180.66º98.91%72.16%-
XYZ25.436.9351.14-
YUV128.41159.3737.84-

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.46%
BLUE value IS 184 (72.27% from 255) = 50%
R=0.54%
G=49.46%
B=50%

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
Decimal21821840.990.0100.28180.6697.8536.47
Hex2B6B863101Cb56224
Octal2266270143103426514244
Binary10101101101011100011000111011100101101011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B6B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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