Shades of Iris Blue #0FB6CB
Tints of Iris Blue #0FB6CB
RGB
CMYK
RGB Variations
Color information
#0FB6CB (or 0x0FB6CB) is known color: Iris Blue. HEX triplet: 0F, B6 and CB. RGB value is (15,182,203). Sum of RGB (Red+Green+Blue) = 15+182+203=400 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.75% from 400); Green value is 182 (71.48% from 255 or 45.5% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #0FB6CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB6CB is #F04934. Grayscale: #868686. Windows color (decimal): -15747381 or 13350415. OLE color: 13350415.
HSL color Cylindrical-coordinate representation of color #0FB6CB: hue angle of 186.7º 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 #0FB6CB is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 182 | 203 | - |
| CMYK | 0.93 | 0.10 | 0 | 0.20 |
| HSL | 186.7º | 0.86% | 0.43% | - |
| HSV(B) | 186.7º | 0.93% | 0.8% | - |
| XYZ | 27.7 | 37.87 | 62.35 | - |
| YUV | 134.46 | 166.67 | 42.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 182 | 203 | 0.93 | 0.10 | 0 | 0.20 | 186.7 | 0.86 | 0.43 |
| Hex | F | B6 | CB | 5D | A | 0 | 14 | BB | 56 | 2B |
| Octal | 17 | 266 | 313 | 135 | 12 | 0 | 24 | 273 | 126 | 53 |
| Binary | 1111 | 10110110 | 11001011 | 1011101 | 1010 | 0 | 10100 | 10111011 | 1010110 | 101011 |
Color Harmonies of #0FB6CB
Complementary color
Monochromatic Colors of #0FB6CB
Black with #0FB6CB
Text Example
Text Example
White with #0FB6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB6CB; }
p { color: rgb(15,182,203); }
H1.HeaderClassName
{
color: #0FB6CB;
}
.AnyTagClassName
{
color: #0FB6CB;
}
</style>
background-color css
<style>
a { background-color: #0FB6CB; }
a { background-color: rgb(15,182,203); }
div.DivClassName
{
background-color: #0FB6CB;
}
.BgClassName
{
background-color: #0FB6CB;
}
</style>
border-color css
<style>
span { border-color: #0FB6CB; }
span { border-color: rgb(15,182,203); }
td.TdClassName
{
border-color: #0FB6CB;
}
.TagClassName
{
border-color: #0FB6CB;
}
</style>