Shades of Iris Blue #0FB5CF
Tints of Iris Blue #0FB5CF
RGB
CMYK
RGB Variations
Color information
#0FB5CF (or 0x0FB5CF) is known color: Iris Blue. HEX triplet: 0F, B5 and CF. RGB value is (15,181,207). Sum of RGB (Red+Green+Blue) = 15+181+207=403 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.72% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #0FB5CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB5CF is #F04A30. Grayscale: #868686. Windows color (decimal): -15747633 or 13612303. OLE color: 13612303.
HSL color Cylindrical-coordinate representation of color #0FB5CF: hue angle of 188.12º 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 #0FB5CF is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 181 | 207 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.19 |
| HSL | 188.13º | 0.86% | 0.44% | - |
| HSV(B) | 188.13º | 0.93% | 0.81% | - |
| XYZ | 27.98 | 37.65 | 64.82 | - |
| YUV | 134.33 | 169 | 42.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 181 | 207 | 0.93 | 0.13 | 0 | 0.19 | 188.13 | 0.86 | 0.44 |
| Hex | F | B5 | CF | 5D | D | 0 | 13 | BC | 56 | 2C |
| Octal | 17 | 265 | 317 | 135 | 15 | 0 | 23 | 274 | 126 | 54 |
| Binary | 1111 | 10110101 | 11001111 | 1011101 | 1101 | 0 | 10011 | 10111100 | 1010110 | 101100 |
Color Harmonies of #0FB5CF
Complementary color
Monochromatic Colors of #0FB5CF
Black with #0FB5CF
Text Example
Text Example
White with #0FB5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB5CF; }
p { color: rgb(15,181,207); }
H1.HeaderClassName
{
color: #0FB5CF;
}
.AnyTagClassName
{
color: #0FB5CF;
}
</style>
background-color css
<style>
a { background-color: #0FB5CF; }
a { background-color: rgb(15,181,207); }
div.DivClassName
{
background-color: #0FB5CF;
}
.BgClassName
{
background-color: #0FB5CF;
}
</style>
border-color css
<style>
span { border-color: #0FB5CF; }
span { border-color: rgb(15,181,207); }
td.TdClassName
{
border-color: #0FB5CF;
}
.TagClassName
{
border-color: #0FB5CF;
}
</style>