Shades of Iris Blue #0FB5CB
Tints of Iris Blue #0FB5CB
RGB
CMYK
RGB Variations
Color information
#0FB5CB (or 0x0FB5CB) is known color: Iris Blue. HEX triplet: 0F, B5 and CB. RGB value is (15,181,203). Sum of RGB (Red+Green+Blue) = 15+181+203=399 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.76% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #0FB5CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB5CB is #F04A34. Grayscale: #858585. Windows color (decimal): -15747637 or 13350159. OLE color: 13350159.
HSL color Cylindrical-coordinate representation of color #0FB5CB: hue angle of 187.02º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FB5CB is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 181 | 203 | - |
| CMYK | 0.93 | 0.11 | 0 | 0.20 |
| HSL | 187.02º | 0.86% | 0.43% | - |
| HSV(B) | 187.02º | 0.93% | 0.8% | - |
| XYZ | 27.5 | 37.46 | 62.28 | - |
| YUV | 133.87 | 167 | 43.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 181 | 203 | 0.93 | 0.11 | 0 | 0.20 | 187.02 | 0.86 | 0.43 |
| Hex | F | B5 | CB | 5D | B | 0 | 14 | BB | 56 | 2B |
| Octal | 17 | 265 | 313 | 135 | 13 | 0 | 24 | 273 | 126 | 53 |
| Binary | 1111 | 10110101 | 11001011 | 1011101 | 1011 | 0 | 10100 | 10111011 | 1010110 | 101011 |
Color Harmonies of #0FB5CB
Complementary color
Monochromatic Colors of #0FB5CB
Black with #0FB5CB
Text Example
Text Example
White with #0FB5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB5CB; }
p { color: rgb(15,181,203); }
H1.HeaderClassName
{
color: #0FB5CB;
}
.AnyTagClassName
{
color: #0FB5CB;
}
</style>
background-color css
<style>
a { background-color: #0FB5CB; }
a { background-color: rgb(15,181,203); }
div.DivClassName
{
background-color: #0FB5CB;
}
.BgClassName
{
background-color: #0FB5CB;
}
</style>
border-color css
<style>
span { border-color: #0FB5CB; }
span { border-color: rgb(15,181,203); }
td.TdClassName
{
border-color: #0FB5CB;
}
.TagClassName
{
border-color: #0FB5CB;
}
</style>