Shades of Iris Blue #0FBCC8
Tints of Iris Blue #0FBCC8
RGB
CMYK
RGB Variations
Color information
#0FBCC8 (or 0x0FBCC8) is known color: Iris Blue. HEX triplet: 0F, BC and C8. RGB value is (15,188,200). Sum of RGB (Red+Green+Blue) = 15+188+200=403 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.72% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 200 (78.52% from 255 or 49.63% from 403); Max value from RGB is 200 - color contains mainly: blue. Hex color #0FBCC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBCC8 is #F04337. Grayscale: #898989. Windows color (decimal): -15745848 or 13155343. OLE color: 13155343.
HSL color Cylindrical-coordinate representation of color #0FBCC8: hue angle of 183.89º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FBCC8 is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 188 | 200 | - |
| CMYK | 0.92 | 0.06 | 0 | 0.22 |
| HSL | 183.89º | 0.86% | 0.42% | - |
| HSV(B) | 183.89º | 0.93% | 0.78% | - |
| XYZ | 28.61 | 40.24 | 60.9 | - |
| YUV | 137.64 | 163.19 | 40.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 200 | 0.92 | 0.06 | 0 | 0.22 | 183.89 | 0.86 | 0.42 |
| Hex | F | BC | C8 | 5C | 6 | 0 | 16 | B8 | 56 | 2A |
| Octal | 17 | 274 | 310 | 134 | 6 | 0 | 26 | 270 | 126 | 52 |
| Binary | 1111 | 10111100 | 11001000 | 1011100 | 110 | 0 | 10110 | 10111000 | 1010110 | 101010 |
Color Harmonies of #0FBCC8
Complementary color
Monochromatic Colors of #0FBCC8
Black with #0FBCC8
Text Example
Text Example
White with #0FBCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBCC8; }
p { color: rgb(15,188,200); }
H1.HeaderClassName
{
color: #0FBCC8;
}
.AnyTagClassName
{
color: #0FBCC8;
}
</style>
background-color css
<style>
a { background-color: #0FBCC8; }
a { background-color: rgb(15,188,200); }
div.DivClassName
{
background-color: #0FBCC8;
}
.BgClassName
{
background-color: #0FBCC8;
}
</style>
border-color css
<style>
span { border-color: #0FBCC8; }
span { border-color: rgb(15,188,200); }
td.TdClassName
{
border-color: #0FBCC8;
}
.TagClassName
{
border-color: #0FBCC8;
}
</style>