Shades of Iris Blue #0FBCCC
Tints of Iris Blue #0FBCCC
RGB
CMYK
RGB Variations
Color information
#0FBCCC (or 0x0FBCCC) is known color: Iris Blue. HEX triplet: 0F, BC and CC. RGB value is (15,188,204). Sum of RGB (Red+Green+Blue) = 15+188+204=407 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #0FBCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBCCC is #F04333. Grayscale: #898989. Windows color (decimal): -15745844 or 13417487. OLE color: 13417487.
HSL color Cylindrical-coordinate representation of color #0FBCCC: hue angle of 185.08º 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 #0FBCCC is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 15 | 188 | 204 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.2 |
| HSL | 185.08º | 0.86% | 0.43% | - |
| HSV(B) | 185.08º | 0.93% | 0.8% | - |
| XYZ | 29.08 | 40.43 | 63.4 | - |
| YUV | 138.1 | 165.19 | 40.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 204 | 0.93 | 0.08 | 0 | 0.2 | 185.08 | 0.86 | 0.43 |
| Hex | F | BC | CC | 5D | 8 | 0 | 14 | B9 | 56 | 2B |
| Octal | 17 | 274 | 314 | 135 | 10 | 0 | 24 | 271 | 126 | 53 |
| Binary | 1111 | 10111100 | 11001100 | 1011101 | 1000 | 0 | 10100 | 10111001 | 1010110 | 101011 |
Color Harmonies of #0FBCCC
Complementary color
Monochromatic Colors of #0FBCCC
Black with #0FBCCC
Text Example
Text Example
White with #0FBCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBCCC; }
p { color: rgb(15,188,204); }
H1.HeaderClassName
{
color: #0FBCCC;
}
.AnyTagClassName
{
color: #0FBCCC;
}
</style>
background-color css
<style>
a { background-color: #0FBCCC; }
a { background-color: rgb(15,188,204); }
div.DivClassName
{
background-color: #0FBCCC;
}
.BgClassName
{
background-color: #0FBCCC;
}
</style>
border-color css
<style>
span { border-color: #0FBCCC; }
span { border-color: rgb(15,188,204); }
td.TdClassName
{
border-color: #0FBCCC;
}
.TagClassName
{
border-color: #0FBCCC;
}
</style>