Shades of Iris Blue #0FB4CF
Tints of Iris Blue #0FB4CF
RGB
CMYK
RGB Variations
Color information
#0FB4CF (or 0x0FB4CF) is known color: Iris Blue. HEX triplet: 0F, B4 and CF. RGB value is (15,180,207). Sum of RGB (Red+Green+Blue) = 15+180+207=402 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.73% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #0FB4CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB4CF is #F04B30. Grayscale: #858585. Windows color (decimal): -15747889 or 13612047. OLE color: 13612047.
HSL color Cylindrical-coordinate representation of color #0FB4CF: hue angle of 188.44º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FB4CF is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 180 | 207 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.19 |
| HSL | 188.44º | 0.86% | 0.44% | - |
| HSV(B) | 188.44º | 0.93% | 0.81% | - |
| XYZ | 27.78 | 37.25 | 64.76 | - |
| YUV | 133.74 | 169.34 | 43.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 207 | 0.93 | 0.13 | 0 | 0.19 | 188.44 | 0.86 | 0.44 |
| Hex | F | B4 | CF | 5D | D | 0 | 13 | BC | 56 | 2C |
| Octal | 17 | 264 | 317 | 135 | 15 | 0 | 23 | 274 | 126 | 54 |
| Binary | 1111 | 10110100 | 11001111 | 1011101 | 1101 | 0 | 10011 | 10111100 | 1010110 | 101100 |
Color Harmonies of #0FB4CF
Complementary color
Monochromatic Colors of #0FB4CF
Black with #0FB4CF
Text Example
Text Example
White with #0FB4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB4CF; }
p { color: rgb(15,180,207); }
H1.HeaderClassName
{
color: #0FB4CF;
}
.AnyTagClassName
{
color: #0FB4CF;
}
</style>
background-color css
<style>
a { background-color: #0FB4CF; }
a { background-color: rgb(15,180,207); }
div.DivClassName
{
background-color: #0FB4CF;
}
.BgClassName
{
background-color: #0FB4CF;
}
</style>
border-color css
<style>
span { border-color: #0FB4CF; }
span { border-color: rgb(15,180,207); }
td.TdClassName
{
border-color: #0FB4CF;
}
.TagClassName
{
border-color: #0FB4CF;
}
</style>