Shades of Iris Blue #0BBFD5
Tints of Iris Blue #0BBFD5
RGB
CMYK
RGB Variations
Color information
#0BBFD5 (or 0x0BBFD5) is known color: Iris Blue. HEX triplet: 0B, BF and D5. RGB value is (11,191,213). Sum of RGB (Red+Green+Blue) = 11+191+213=415 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.65% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 213 (83.59% from 255 or 51.33% from 415); Max value from RGB is 213 - color contains mainly: blue. Hex color #0BBFD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBFD5 is #F4402A. Grayscale: #8B8B8B. Windows color (decimal): -16007211 or 14008075. OLE color: 14008075.
HSL color Cylindrical-coordinate representation of color #0BBFD5: hue angle of 186.53º 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 #0BBFD5 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 191 | 213 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.16 |
| HSL | 186.53º | 0.9% | 0.44% | - |
| HSV(B) | 186.53º | 0.95% | 0.84% | - |
| XYZ | 30.78 | 42.14 | 69.46 | - |
| YUV | 139.69 | 169.37 | 36.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 191 | 213 | 0.95 | 0.10 | 0 | 0.16 | 186.53 | 0.9 | 0.44 |
| Hex | B | BF | D5 | 5F | A | 0 | 10 | BB | 5A | 2C |
| Octal | 13 | 277 | 325 | 137 | 12 | 0 | 20 | 273 | 132 | 54 |
| Binary | 1011 | 10111111 | 11010101 | 1011111 | 1010 | 0 | 10000 | 10111011 | 1011010 | 101100 |
Color Harmonies of #0BBFD5
Complementary color
Monochromatic Colors of #0BBFD5
Black with #0BBFD5
Text Example
Text Example
White with #0BBFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBFD5; }
p { color: rgb(11,191,213); }
H1.HeaderClassName
{
color: #0BBFD5;
}
.AnyTagClassName
{
color: #0BBFD5;
}
</style>
background-color css
<style>
a { background-color: #0BBFD5; }
a { background-color: rgb(11,191,213); }
div.DivClassName
{
background-color: #0BBFD5;
}
.BgClassName
{
background-color: #0BBFD5;
}
</style>
border-color css
<style>
span { border-color: #0BBFD5; }
span { border-color: rgb(11,191,213); }
td.TdClassName
{
border-color: #0BBFD5;
}
.TagClassName
{
border-color: #0BBFD5;
}
</style>