#02B6B0

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

Shades of Iris Blue #02B6B0

Tints of Iris Blue #02B6B0

Color information

#02B6B0 (or 0x02B6B0) is unknown color: approx Iris Blue. HEX triplet: 02, B6 and B0. RGB value is (2,182,176). Sum of RGB (Red+Green+Blue) = 2+182+176=360 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 176 (69.14% from 255 or 48.89% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #02B6B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B6B0 is #FD494F. Grayscale: #7F7F7F. Windows color (decimal): -16599376 or 11580930. OLE color: 11580930.

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

Color convert

RGB2182176-
CMYK0.9900.030.29
HSL178º97.83%36.08%-
HSV(B)178º98.9%71.37%-
XYZ24.5936.646.84-
YUV127.5155.3738.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.56%
GREEN value IS 182 (71.48% from 255) = 50.56%
BLUE value IS 176 (69.14% from 255) = 48.89%
R=0.56%
G=50.56%
B=48.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21821760.9900.030.2917897.8336.08
Hex2B6B063031Db26224
Octal2266260143033526214244
Binary101011011010110000110001101111101101100101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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