Shades of Iris Blue #02B1D0
Tints of Iris Blue #02B1D0
RGB
CMYK
RGB Variations
Color information
#02B1D0 (or 0x02B1D0) is known color: Iris Blue. HEX triplet: 02, B1 and D0. RGB value is (2,177,208). Sum of RGB (Red+Green+Blue) = 2+177+208=387 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 208 (81.64% from 255 or 53.75% from 387); Max value from RGB is 208 - color contains mainly: blue. Hex color #02B1D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02B1D0 is #FD4E2F. Grayscale: #7F7F7F. Windows color (decimal): -16600624 or 13676802. OLE color: 13676802.
HSL color Cylindrical-coordinate representation of color #02B1D0: hue angle of 189.03º 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 #02B1D0 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 177 | 208 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.18 |
| HSL | 189.03º | 0.98% | 0.41% | - |
| HSV(B) | 189.03º | 0.99% | 0.82% | - |
| XYZ | 27.13 | 36.01 | 65.2 | - |
| YUV | 128.21 | 173.02 | 37.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 177 | 208 | 0.99 | 0.15 | 0 | 0.18 | 189.03 | 0.98 | 0.41 |
| Hex | 2 | B1 | D0 | 63 | F | 0 | 12 | BD | 62 | 29 |
| Octal | 2 | 261 | 320 | 143 | 17 | 0 | 22 | 275 | 142 | 51 |
| Binary | 10 | 10110001 | 11010000 | 1100011 | 1111 | 0 | 10010 | 10111101 | 1100010 | 101001 |
Color Harmonies of #02B1D0
Complementary color
Monochromatic Colors of #02B1D0
Black with #02B1D0
Text Example
Text Example
White with #02B1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B1D0; }
p { color: rgb(2,177,208); }
H1.HeaderClassName
{
color: #02B1D0;
}
.AnyTagClassName
{
color: #02B1D0;
}
</style>
background-color css
<style>
a { background-color: #02B1D0; }
a { background-color: rgb(2,177,208); }
div.DivClassName
{
background-color: #02B1D0;
}
.BgClassName
{
background-color: #02B1D0;
}
</style>
border-color css
<style>
span { border-color: #02B1D0; }
span { border-color: rgb(2,177,208); }
td.TdClassName
{
border-color: #02B1D0;
}
.TagClassName
{
border-color: #02B1D0;
}
</style>