Shades of Iris Blue #02B4BD
Tints of Iris Blue #02B4BD
RGB
CMYK
RGB Variations
Color information
#02B4BD (or 0x02B4BD) is known color: Iris Blue. HEX triplet: 02, B4 and BD. RGB value is (2,180,189). Sum of RGB (Red+Green+Blue) = 2+180+189=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #02B4BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02B4BD is #FD4B42. Grayscale: #7F7F7F. Windows color (decimal): -16599875 or 12432386. OLE color: 12432386.
HSL color Cylindrical-coordinate representation of color #02B4BD: hue angle of 182.89º 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 #02B4BD is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 180 | 189 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.26 |
| HSL | 182.89º | 0.98% | 0.37% | - |
| HSV(B) | 182.89º | 0.99% | 0.74% | - |
| XYZ | 25.53 | 36.33 | 53.81 | - |
| YUV | 127.8 | 162.53 | 38.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 180 | 189 | 0.99 | 0.05 | 0 | 0.26 | 182.89 | 0.98 | 0.37 |
| Hex | 2 | B4 | BD | 63 | 5 | 0 | 1A | B7 | 62 | 25 |
| Octal | 2 | 264 | 275 | 143 | 5 | 0 | 32 | 267 | 142 | 45 |
| Binary | 10 | 10110100 | 10111101 | 1100011 | 101 | 0 | 11010 | 10110111 | 1100010 | 100101 |
Color Harmonies of #02B4BD
Complementary color
Monochromatic Colors of #02B4BD
Black with #02B4BD
Text Example
Text Example
White with #02B4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B4BD; }
p { color: rgb(2,180,189); }
H1.HeaderClassName
{
color: #02B4BD;
}
.AnyTagClassName
{
color: #02B4BD;
}
</style>
background-color css
<style>
a { background-color: #02B4BD; }
a { background-color: rgb(2,180,189); }
div.DivClassName
{
background-color: #02B4BD;
}
.BgClassName
{
background-color: #02B4BD;
}
</style>
border-color css
<style>
span { border-color: #02B4BD; }
span { border-color: rgb(2,180,189); }
td.TdClassName
{
border-color: #02B4BD;
}
.TagClassName
{
border-color: #02B4BD;
}
</style>