Shades of Iris Blue #0BBCCC
Tints of Iris Blue #0BBCCC
RGB
CMYK
RGB Variations
Color information
#0BBCCC (or 0x0BBCCC) is known color: Iris Blue. HEX triplet: 0B, BC and CC. RGB value is (11,188,204). Sum of RGB (Red+Green+Blue) = 11+188+204=403 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.73% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #0BBCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCCC is #F44333. Grayscale: #888888. Windows color (decimal): -16007988 or 13417483. OLE color: 13417483.
HSL color Cylindrical-coordinate representation of color #0BBCCC: hue angle of 184.97º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBCCC is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 11 | 188 | 204 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.2 |
| HSL | 184.97º | 0.9% | 0.42% | - |
| HSV(B) | 184.97º | 0.95% | 0.8% | - |
| XYZ | 29.02 | 40.4 | 63.39 | - |
| YUV | 136.9 | 165.86 | 38.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 204 | 0.95 | 0.08 | 0 | 0.2 | 184.97 | 0.9 | 0.42 |
| Hex | B | BC | CC | 5F | 8 | 0 | 14 | B9 | 5A | 2A |
| Octal | 13 | 274 | 314 | 137 | 10 | 0 | 24 | 271 | 132 | 52 |
| Binary | 1011 | 10111100 | 11001100 | 1011111 | 1000 | 0 | 10100 | 10111001 | 1011010 | 101010 |
Color Harmonies of #0BBCCC
Complementary color
Monochromatic Colors of #0BBCCC
Black with #0BBCCC
Text Example
Text Example
White with #0BBCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBCCC; }
p { color: rgb(11,188,204); }
H1.HeaderClassName
{
color: #0BBCCC;
}
.AnyTagClassName
{
color: #0BBCCC;
}
</style>
background-color css
<style>
a { background-color: #0BBCCC; }
a { background-color: rgb(11,188,204); }
div.DivClassName
{
background-color: #0BBCCC;
}
.BgClassName
{
background-color: #0BBCCC;
}
</style>
border-color css
<style>
span { border-color: #0BBCCC; }
span { border-color: rgb(11,188,204); }
td.TdClassName
{
border-color: #0BBCCC;
}
.TagClassName
{
border-color: #0BBCCC;
}
</style>