Shades of Iris Blue #02B2D0
Tints of Iris Blue #02B2D0
RGB
CMYK
RGB Variations
Color information
#02B2D0 (or 0x02B2D0) is known color: Iris Blue. HEX triplet: 02, B2 and D0. RGB value is (2,178,208). Sum of RGB (Red+Green+Blue) = 2+178+208=388 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 208 (81.64% from 255 or 53.61% from 388); Max value from RGB is 208 - color contains mainly: blue. Hex color #02B2D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02B2D0 is #FD4D2F. Grayscale: #808080. Windows color (decimal): -16600368 or 13677058. OLE color: 13677058.
HSL color Cylindrical-coordinate representation of color #02B2D0: hue angle of 188.74º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B2D0 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 178 | 208 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.18 |
| HSL | 188.74º | 0.98% | 0.41% | - |
| HSV(B) | 188.74º | 0.99% | 0.82% | - |
| XYZ | 27.33 | 36.41 | 65.26 | - |
| YUV | 128.8 | 172.69 | 37.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 178 | 208 | 0.99 | 0.14 | 0 | 0.18 | 188.74 | 0.98 | 0.41 |
| Hex | 2 | B2 | D0 | 63 | E | 0 | 12 | BD | 62 | 29 |
| Octal | 2 | 262 | 320 | 143 | 16 | 0 | 22 | 275 | 142 | 51 |
| Binary | 10 | 10110010 | 11010000 | 1100011 | 1110 | 0 | 10010 | 10111101 | 1100010 | 101001 |
Color Harmonies of #02B2D0
Complementary color
Monochromatic Colors of #02B2D0
Black with #02B2D0
Text Example
Text Example
White with #02B2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B2D0; }
p { color: rgb(2,178,208); }
H1.HeaderClassName
{
color: #02B2D0;
}
.AnyTagClassName
{
color: #02B2D0;
}
</style>
background-color css
<style>
a { background-color: #02B2D0; }
a { background-color: rgb(2,178,208); }
div.DivClassName
{
background-color: #02B2D0;
}
.BgClassName
{
background-color: #02B2D0;
}
</style>
border-color css
<style>
span { border-color: #02B2D0; }
span { border-color: rgb(2,178,208); }
td.TdClassName
{
border-color: #02B2D0;
}
.TagClassName
{
border-color: #02B2D0;
}
</style>