Shades of Iris Blue #02B0D8
Tints of Iris Blue #02B0D8
RGB
CMYK
RGB Variations
Color information
#02B0D8 (or 0x02B0D8) is known color: Iris Blue. HEX triplet: 02, B0 and D8. RGB value is (2,176,216). Sum of RGB (Red+Green+Blue) = 2+176+216=394 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 216 (84.77% from 255 or 54.82% from 394); Max value from RGB is 216 - color contains mainly: blue. Hex color #02B0D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02B0D8 is #FD4F27. Grayscale: #808080. Windows color (decimal): -16600872 or 14200834. OLE color: 14200834.
HSL color Cylindrical-coordinate representation of color #02B0D8: hue angle of 191.21º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B0D8 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 176 | 216 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.15 |
| HSL | 191.22º | 0.98% | 0.43% | - |
| HSV(B) | 191.22º | 0.99% | 0.85% | - |
| XYZ | 27.95 | 36.02 | 70.45 | - |
| YUV | 128.53 | 177.35 | 37.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 176 | 216 | 0.99 | 0.19 | 0 | 0.15 | 191.22 | 0.98 | 0.43 |
| Hex | 2 | B0 | D8 | 63 | 13 | 0 | F | BF | 62 | 2B |
| Octal | 2 | 260 | 330 | 143 | 23 | 0 | 17 | 277 | 142 | 53 |
| Binary | 10 | 10110000 | 11011000 | 1100011 | 10011 | 0 | 1111 | 10111111 | 1100010 | 101011 |
Color Harmonies of #02B0D8
Complementary color
Monochromatic Colors of #02B0D8
Black with #02B0D8
Text Example
Text Example
White with #02B0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B0D8; }
p { color: rgb(2,176,216); }
H1.HeaderClassName
{
color: #02B0D8;
}
.AnyTagClassName
{
color: #02B0D8;
}
</style>
background-color css
<style>
a { background-color: #02B0D8; }
a { background-color: rgb(2,176,216); }
div.DivClassName
{
background-color: #02B0D8;
}
.BgClassName
{
background-color: #02B0D8;
}
</style>
border-color css
<style>
span { border-color: #02B0D8; }
span { border-color: rgb(2,176,216); }
td.TdClassName
{
border-color: #02B0D8;
}
.TagClassName
{
border-color: #02B0D8;
}
</style>