Shades of Iris Blue #0BBFD6
Tints of Iris Blue #0BBFD6
RGB
CMYK
RGB Variations
Color information
#0BBFD6 (or 0x0BBFD6) is known color: Iris Blue. HEX triplet: 0B, BF and D6. RGB value is (11,191,214). Sum of RGB (Red+Green+Blue) = 11+191+214=416 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.64% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 214 (83.98% from 255 or 51.44% from 416); Max value from RGB is 214 - color contains mainly: blue. Hex color #0BBFD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBFD6 is #F44029. Grayscale: #8B8B8B. Windows color (decimal): -16007210 or 14073611. OLE color: 14073611.
HSL color Cylindrical-coordinate representation of color #0BBFD6: hue angle of 186.8º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBFD6 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 191 | 214 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.16 |
| HSL | 186.8º | 0.9% | 0.44% | - |
| HSV(B) | 186.8º | 0.95% | 0.84% | - |
| XYZ | 30.91 | 42.19 | 70.13 | - |
| YUV | 139.8 | 169.87 | 36.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 191 | 214 | 0.95 | 0.11 | 0 | 0.16 | 186.8 | 0.9 | 0.44 |
| Hex | B | BF | D6 | 5F | B | 0 | 10 | BB | 5A | 2C |
| Octal | 13 | 277 | 326 | 137 | 13 | 0 | 20 | 273 | 132 | 54 |
| Binary | 1011 | 10111111 | 11010110 | 1011111 | 1011 | 0 | 10000 | 10111011 | 1011010 | 101100 |
Color Harmonies of #0BBFD6
Complementary color
Monochromatic Colors of #0BBFD6
Black with #0BBFD6
Text Example
Text Example
White with #0BBFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBFD6; }
p { color: rgb(11,191,214); }
H1.HeaderClassName
{
color: #0BBFD6;
}
.AnyTagClassName
{
color: #0BBFD6;
}
</style>
background-color css
<style>
a { background-color: #0BBFD6; }
a { background-color: rgb(11,191,214); }
div.DivClassName
{
background-color: #0BBFD6;
}
.BgClassName
{
background-color: #0BBFD6;
}
</style>
border-color css
<style>
span { border-color: #0BBFD6; }
span { border-color: rgb(11,191,214); }
td.TdClassName
{
border-color: #0BBFD6;
}
.TagClassName
{
border-color: #0BBFD6;
}
</style>