Shades of Iris Blue #02BDB4
Tints of Iris Blue #02BDB4
RGB
CMYK
RGB Variations
Color information
#02BDB4 (or 0x02BDB4) is known color: Iris Blue. HEX triplet: 02, BD and B4. RGB value is (2,189,180). Sum of RGB (Red+Green+Blue) = 2+189+180=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #02BDB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BDB4 is #FD424B. Grayscale: #838383. Windows color (decimal): -16597580 or 11844866. OLE color: 11844866.
HSL color Cylindrical-coordinate representation of color #02BDB4: hue angle of 177.11º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BDB4 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 189 | 180 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.26 |
| HSL | 177.11º | 0.98% | 0.37% | - |
| HSV(B) | 177.11º | 0.99% | 0.74% | - |
| XYZ | 26.46 | 39.7 | 49.45 | - |
| YUV | 132.06 | 155.05 | 35.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 189 | 180 | 0.99 | 0 | 0.05 | 0.26 | 177.11 | 0.98 | 0.37 |
| Hex | 2 | BD | B4 | 63 | 0 | 5 | 1A | B1 | 62 | 25 |
| Octal | 2 | 275 | 264 | 143 | 0 | 5 | 32 | 261 | 142 | 45 |
| Binary | 10 | 10111101 | 10110100 | 1100011 | 0 | 101 | 11010 | 10110001 | 1100010 | 100101 |
Color Harmonies of #02BDB4
Complementary color
Monochromatic Colors of #02BDB4
Black with #02BDB4
Text Example
Text Example
White with #02BDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BDB4; }
p { color: rgb(2,189,180); }
H1.HeaderClassName
{
color: #02BDB4;
}
.AnyTagClassName
{
color: #02BDB4;
}
</style>
background-color css
<style>
a { background-color: #02BDB4; }
a { background-color: rgb(2,189,180); }
div.DivClassName
{
background-color: #02BDB4;
}
.BgClassName
{
background-color: #02BDB4;
}
</style>
border-color css
<style>
span { border-color: #02BDB4; }
span { border-color: rgb(2,189,180); }
td.TdClassName
{
border-color: #02BDB4;
}
.TagClassName
{
border-color: #02BDB4;
}
</style>