Shades of Iris Blue #0BC1CC
Tints of Iris Blue #0BC1CC
RGB
CMYK
RGB Variations
Color information
#0BC1CC (or 0x0BC1CC) is known color: Iris Blue. HEX triplet: 0B, C1 and CC. RGB value is (11,193,204). Sum of RGB (Red+Green+Blue) = 11+193+204=408 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.70% from 408); Green value is 193 (75.78% from 255 or 47.30% 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 #0BC1CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BC1CC is #F43E33. Grayscale: #8B8B8B. Windows color (decimal): -16006708 or 13418763. OLE color: 13418763.
HSL color Cylindrical-coordinate representation of color #0BC1CC: hue angle of 183.42º 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 #0BC1CC is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 11 | 193 | 204 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.2 |
| HSL | 183.42º | 0.9% | 0.42% | - |
| HSV(B) | 183.42º | 0.95% | 0.8% | - |
| XYZ | 30.11 | 42.57 | 63.76 | - |
| YUV | 139.84 | 164.2 | 36.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 193 | 204 | 0.95 | 0.05 | 0 | 0.2 | 183.42 | 0.9 | 0.42 |
| Hex | B | C1 | CC | 5F | 5 | 0 | 14 | B7 | 5A | 2A |
| Octal | 13 | 301 | 314 | 137 | 5 | 0 | 24 | 267 | 132 | 52 |
| Binary | 1011 | 11000001 | 11001100 | 1011111 | 101 | 0 | 10100 | 10110111 | 1011010 | 101010 |
Color Harmonies of #0BC1CC
Complementary color
Monochromatic Colors of #0BC1CC
Black with #0BC1CC
Text Example
Text Example
White with #0BC1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC1CC; }
p { color: rgb(11,193,204); }
H1.HeaderClassName
{
color: #0BC1CC;
}
.AnyTagClassName
{
color: #0BC1CC;
}
</style>
background-color css
<style>
a { background-color: #0BC1CC; }
a { background-color: rgb(11,193,204); }
div.DivClassName
{
background-color: #0BC1CC;
}
.BgClassName
{
background-color: #0BC1CC;
}
</style>
border-color css
<style>
span { border-color: #0BC1CC; }
span { border-color: rgb(11,193,204); }
td.TdClassName
{
border-color: #0BC1CC;
}
.TagClassName
{
border-color: #0BC1CC;
}
</style>