Shades of Iris Blue #0FB4CE
Tints of Iris Blue #0FB4CE
RGB
CMYK
RGB Variations
Color information
#0FB4CE (or 0x0FB4CE) is known color: Iris Blue. HEX triplet: 0F, B4 and CE. RGB value is (15,180,206). Sum of RGB (Red+Green+Blue) = 15+180+206=401 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.74% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #0FB4CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB4CE is #F04B31. Grayscale: #858585. Windows color (decimal): -15747890 or 13546511. OLE color: 13546511.
HSL color Cylindrical-coordinate representation of color #0FB4CE: hue angle of 188.17º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FB4CE is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 180 | 206 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.19 |
| HSL | 188.17º | 0.86% | 0.43% | - |
| HSV(B) | 188.17º | 0.93% | 0.81% | - |
| XYZ | 27.66 | 37.2 | 64.12 | - |
| YUV | 133.63 | 168.84 | 43.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 206 | 0.93 | 0.13 | 0 | 0.19 | 188.17 | 0.86 | 0.43 |
| Hex | F | B4 | CE | 5D | D | 0 | 13 | BC | 56 | 2B |
| Octal | 17 | 264 | 316 | 135 | 15 | 0 | 23 | 274 | 126 | 53 |
| Binary | 1111 | 10110100 | 11001110 | 1011101 | 1101 | 0 | 10011 | 10111100 | 1010110 | 101011 |
Color Harmonies of #0FB4CE
Complementary color
Monochromatic Colors of #0FB4CE
Black with #0FB4CE
Text Example
Text Example
White with #0FB4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB4CE; }
p { color: rgb(15,180,206); }
H1.HeaderClassName
{
color: #0FB4CE;
}
.AnyTagClassName
{
color: #0FB4CE;
}
</style>
background-color css
<style>
a { background-color: #0FB4CE; }
a { background-color: rgb(15,180,206); }
div.DivClassName
{
background-color: #0FB4CE;
}
.BgClassName
{
background-color: #0FB4CE;
}
</style>
border-color css
<style>
span { border-color: #0FB4CE; }
span { border-color: rgb(15,180,206); }
td.TdClassName
{
border-color: #0FB4CE;
}
.TagClassName
{
border-color: #0FB4CE;
}
</style>