Shades of Iris Blue #0FBDCC
Tints of Iris Blue #0FBDCC
RGB
CMYK
RGB Variations
Color information
#0FBDCC (or 0x0FBDCC) is known color: Iris Blue. HEX triplet: 0F, BD and CC. RGB value is (15,189,204). Sum of RGB (Red+Green+Blue) = 15+189+204=408 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.68% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #0FBDCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBDCC is #F04233. Grayscale: #8A8A8A. Windows color (decimal): -15745588 or 13417743. OLE color: 13417743.
HSL color Cylindrical-coordinate representation of color #0FBDCC: hue angle of 184.76º 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 #0FBDCC is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 15 | 189 | 204 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.2 |
| HSL | 184.76º | 0.86% | 0.43% | - |
| HSV(B) | 184.76º | 0.93% | 0.8% | - |
| XYZ | 29.29 | 40.86 | 63.47 | - |
| YUV | 138.68 | 164.85 | 39.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 204 | 0.93 | 0.07 | 0 | 0.2 | 184.76 | 0.86 | 0.43 |
| Hex | F | BD | CC | 5D | 7 | 0 | 14 | B9 | 56 | 2B |
| Octal | 17 | 275 | 314 | 135 | 7 | 0 | 24 | 271 | 126 | 53 |
| Binary | 1111 | 10111101 | 11001100 | 1011101 | 111 | 0 | 10100 | 10111001 | 1010110 | 101011 |
Color Harmonies of #0FBDCC
Complementary color
Monochromatic Colors of #0FBDCC
Black with #0FBDCC
Text Example
Text Example
White with #0FBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBDCC; }
p { color: rgb(15,189,204); }
H1.HeaderClassName
{
color: #0FBDCC;
}
.AnyTagClassName
{
color: #0FBDCC;
}
</style>
background-color css
<style>
a { background-color: #0FBDCC; }
a { background-color: rgb(15,189,204); }
div.DivClassName
{
background-color: #0FBDCC;
}
.BgClassName
{
background-color: #0FBDCC;
}
</style>
border-color css
<style>
span { border-color: #0FBDCC; }
span { border-color: rgb(15,189,204); }
td.TdClassName
{
border-color: #0FBDCC;
}
.TagClassName
{
border-color: #0FBDCC;
}
</style>