Shades of Iris Blue #02B2D1
Tints of Iris Blue #02B2D1
RGB
CMYK
RGB Variations
Color information
#02B2D1 (or 0x02B2D1) is known color: Iris Blue. HEX triplet: 02, B2 and D1. RGB value is (2,178,209). Sum of RGB (Red+Green+Blue) = 2+178+209=389 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 209 (82.03% from 255 or 53.73% from 389); Max value from RGB is 209 - color contains mainly: blue. Hex color #02B2D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02B2D1 is #FD4D2E. Grayscale: #808080. Windows color (decimal): -16600367 or 13742594. OLE color: 13742594.
HSL color Cylindrical-coordinate representation of color #02B2D1: hue angle of 188.99º 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 #02B2D1 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 178 | 209 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.18 |
| HSL | 188.99º | 0.98% | 0.41% | - |
| HSV(B) | 188.99º | 0.99% | 0.82% | - |
| XYZ | 27.45 | 36.46 | 65.91 | - |
| YUV | 128.91 | 173.19 | 37.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 178 | 209 | 0.99 | 0.15 | 0 | 0.18 | 188.99 | 0.98 | 0.41 |
| Hex | 2 | B2 | D1 | 63 | F | 0 | 12 | BD | 62 | 29 |
| Octal | 2 | 262 | 321 | 143 | 17 | 0 | 22 | 275 | 142 | 51 |
| Binary | 10 | 10110010 | 11010001 | 1100011 | 1111 | 0 | 10010 | 10111101 | 1100010 | 101001 |
Color Harmonies of #02B2D1
Complementary color
Monochromatic Colors of #02B2D1
Black with #02B2D1
Text Example
Text Example
White with #02B2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B2D1; }
p { color: rgb(2,178,209); }
H1.HeaderClassName
{
color: #02B2D1;
}
.AnyTagClassName
{
color: #02B2D1;
}
</style>
background-color css
<style>
a { background-color: #02B2D1; }
a { background-color: rgb(2,178,209); }
div.DivClassName
{
background-color: #02B2D1;
}
.BgClassName
{
background-color: #02B2D1;
}
</style>
border-color css
<style>
span { border-color: #02B2D1; }
span { border-color: rgb(2,178,209); }
td.TdClassName
{
border-color: #02B2D1;
}
.TagClassName
{
border-color: #02B2D1;
}
</style>