Shades of Iris Blue #0FBBCB
Tints of Iris Blue #0FBBCB
RGB
CMYK
RGB Variations
Color information
#0FBBCB (or 0x0FBBCB) is known color: Iris Blue. HEX triplet: 0F, BB and CB. RGB value is (15,187,203). Sum of RGB (Red+Green+Blue) = 15+187+203=405 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.70% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #0FBBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBBCB is #F04434. Grayscale: #898989. Windows color (decimal): -15746101 or 13351695. OLE color: 13351695.
HSL color Cylindrical-coordinate representation of color #0FBBCB: hue angle of 185.11º 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 #0FBBCB is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 187 | 203 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.20 |
| HSL | 185.11º | 0.86% | 0.43% | - |
| HSV(B) | 185.11º | 0.93% | 0.8% | - |
| XYZ | 28.75 | 39.95 | 62.7 | - |
| YUV | 137.4 | 165.02 | 40.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 187 | 203 | 0.93 | 0.08 | 0 | 0.20 | 185.11 | 0.86 | 0.43 |
| Hex | F | BB | CB | 5D | 8 | 0 | 14 | B9 | 56 | 2B |
| Octal | 17 | 273 | 313 | 135 | 10 | 0 | 24 | 271 | 126 | 53 |
| Binary | 1111 | 10111011 | 11001011 | 1011101 | 1000 | 0 | 10100 | 10111001 | 1010110 | 101011 |
Color Harmonies of #0FBBCB
Complementary color
Monochromatic Colors of #0FBBCB
Black with #0FBBCB
Text Example
Text Example
White with #0FBBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBBCB; }
p { color: rgb(15,187,203); }
H1.HeaderClassName
{
color: #0FBBCB;
}
.AnyTagClassName
{
color: #0FBBCB;
}
</style>
background-color css
<style>
a { background-color: #0FBBCB; }
a { background-color: rgb(15,187,203); }
div.DivClassName
{
background-color: #0FBBCB;
}
.BgClassName
{
background-color: #0FBBCB;
}
</style>
border-color css
<style>
span { border-color: #0FBBCB; }
span { border-color: rgb(15,187,203); }
td.TdClassName
{
border-color: #0FBBCB;
}
.TagClassName
{
border-color: #0FBBCB;
}
</style>