Shades of Iris Blue #0FB8D4
Tints of Iris Blue #0FB8D4
RGB
CMYK
RGB Variations
Color information
#0FB8D4 (or 0x0FB8D4) is known color: Iris Blue. HEX triplet: 0F, B8 and D4. RGB value is (15,184,212). Sum of RGB (Red+Green+Blue) = 15+184+212=411 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.65% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 212 (83.20% from 255 or 51.58% from 411); Max value from RGB is 212 - color contains mainly: blue. Hex color #0FB8D4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB8D4 is #F0472B. Grayscale: #888888. Windows color (decimal): -15746860 or 13940751. OLE color: 13940751.
HSL color Cylindrical-coordinate representation of color #0FB8D4: hue angle of 188.53º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FB8D4 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 15 | 184 | 212 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.17 |
| HSL | 188.53º | 0.87% | 0.45% | - |
| HSV(B) | 188.53º | 0.93% | 0.83% | - |
| XYZ | 29.22 | 39.14 | 68.3 | - |
| YUV | 136.66 | 170.51 | 41.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 212 | 0.93 | 0.13 | 0 | 0.17 | 188.53 | 0.87 | 0.45 |
| Hex | F | B8 | D4 | 5D | D | 0 | 11 | BD | 57 | 2D |
| Octal | 17 | 270 | 324 | 135 | 15 | 0 | 21 | 275 | 127 | 55 |
| Binary | 1111 | 10111000 | 11010100 | 1011101 | 1101 | 0 | 10001 | 10111101 | 1010111 | 101101 |
Color Harmonies of #0FB8D4
Complementary color
Monochromatic Colors of #0FB8D4
Black with #0FB8D4
Text Example
Text Example
White with #0FB8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB8D4; }
p { color: rgb(15,184,212); }
H1.HeaderClassName
{
color: #0FB8D4;
}
.AnyTagClassName
{
color: #0FB8D4;
}
</style>
background-color css
<style>
a { background-color: #0FB8D4; }
a { background-color: rgb(15,184,212); }
div.DivClassName
{
background-color: #0FB8D4;
}
.BgClassName
{
background-color: #0FB8D4;
}
</style>
border-color css
<style>
span { border-color: #0FB8D4; }
span { border-color: rgb(15,184,212); }
td.TdClassName
{
border-color: #0FB8D4;
}
.TagClassName
{
border-color: #0FB8D4;
}
</style>