Shades of Iris Blue #02BDD1
Tints of Iris Blue #02BDD1
RGB
CMYK
RGB Variations
Color information
#02BDD1 (or 0x02BDD1) is known color: Iris Blue. HEX triplet: 02, BD and D1. RGB value is (2,189,209). Sum of RGB (Red+Green+Blue) = 2+189+209=400 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.5% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #02BDD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BDD1 is #FD422E. Grayscale: #878787. Windows color (decimal): -16597551 or 13745410. OLE color: 13745410.
HSL color Cylindrical-coordinate representation of color #02BDD1: hue angle of 185.8º 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 #02BDD1 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 189 | 209 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.18 |
| HSL | 185.8º | 0.98% | 0.41% | - |
| HSV(B) | 185.8º | 0.99% | 0.82% | - |
| XYZ | 29.73 | 41.01 | 66.67 | - |
| YUV | 135.37 | 169.55 | 32.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 209 | 0.99 | 0.10 | 0 | 0.18 | 185.8 | 0.98 | 0.41 |
| Hex | 2 | BD | D1 | 63 | A | 0 | 12 | BA | 62 | 29 |
| Octal | 2 | 275 | 321 | 143 | 12 | 0 | 22 | 272 | 142 | 51 |
| Binary | 10 | 10111101 | 11010001 | 1100011 | 1010 | 0 | 10010 | 10111010 | 1100010 | 101001 |
Color Harmonies of #02BDD1
Complementary color
Monochromatic Colors of #02BDD1
Black with #02BDD1
Text Example
Text Example
White with #02BDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BDD1; }
p { color: rgb(2,189,209); }
H1.HeaderClassName
{
color: #02BDD1;
}
.AnyTagClassName
{
color: #02BDD1;
}
</style>
background-color css
<style>
a { background-color: #02BDD1; }
a { background-color: rgb(2,189,209); }
div.DivClassName
{
background-color: #02BDD1;
}
.BgClassName
{
background-color: #02BDD1;
}
</style>
border-color css
<style>
span { border-color: #02BDD1; }
span { border-color: rgb(2,189,209); }
td.TdClassName
{
border-color: #02BDD1;
}
.TagClassName
{
border-color: #02BDD1;
}
</style>