Shades of Iris Blue #0FB8CB
Tints of Iris Blue #0FB8CB
RGB
CMYK
RGB Variations
Color information
#0FB8CB (or 0x0FB8CB) is known color: Iris Blue. HEX triplet: 0F, B8 and CB. RGB value is (15,184,203). Sum of RGB (Red+Green+Blue) = 15+184+203=402 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.73% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #0FB8CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB8CB is #F04734. Grayscale: #878787. Windows color (decimal): -15746869 or 13350927. OLE color: 13350927.
HSL color Cylindrical-coordinate representation of color #0FB8CB: hue angle of 186.06º 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 #0FB8CB is Cyan = 0.93, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 184 | 203 | - |
| CMYK | 0.93 | 0.09 | 0 | 0.20 |
| HSL | 186.06º | 0.86% | 0.43% | - |
| HSV(B) | 186.06º | 0.93% | 0.8% | - |
| XYZ | 28.12 | 38.69 | 62.49 | - |
| YUV | 135.64 | 166.01 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 203 | 0.93 | 0.09 | 0 | 0.20 | 186.06 | 0.86 | 0.43 |
| Hex | F | B8 | CB | 5D | 9 | 0 | 14 | BA | 56 | 2B |
| Octal | 17 | 270 | 313 | 135 | 11 | 0 | 24 | 272 | 126 | 53 |
| Binary | 1111 | 10111000 | 11001011 | 1011101 | 1001 | 0 | 10100 | 10111010 | 1010110 | 101011 |
Color Harmonies of #0FB8CB
Complementary color
Monochromatic Colors of #0FB8CB
Black with #0FB8CB
Text Example
Text Example
White with #0FB8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB8CB; }
p { color: rgb(15,184,203); }
H1.HeaderClassName
{
color: #0FB8CB;
}
.AnyTagClassName
{
color: #0FB8CB;
}
</style>
background-color css
<style>
a { background-color: #0FB8CB; }
a { background-color: rgb(15,184,203); }
div.DivClassName
{
background-color: #0FB8CB;
}
.BgClassName
{
background-color: #0FB8CB;
}
</style>
border-color css
<style>
span { border-color: #0FB8CB; }
span { border-color: rgb(15,184,203); }
td.TdClassName
{
border-color: #0FB8CB;
}
.TagClassName
{
border-color: #0FB8CB;
}
</style>