Shades of Iris Blue #0BB4DE
Tints of Iris Blue #0BB4DE
RGB
CMYK
RGB Variations
Color information
#0BB4DE (or 0x0BB4DE) is known color: Iris Blue. HEX triplet: 0B, B4 and DE. RGB value is (11,180,222). Sum of RGB (Red+Green+Blue) = 11+180+222=413 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #0BB4DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB4DE is #F44B21. Grayscale: #858585. Windows color (decimal): -16010018 or 14595083. OLE color: 14595083.
HSL color Cylindrical-coordinate representation of color #0BB4DE: hue angle of 191.94º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BB4DE is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 180 | 222 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.13 |
| HSL | 191.94º | 0.91% | 0.46% | - |
| HSV(B) | 191.94º | 0.95% | 0.87% | - |
| XYZ | 29.64 | 37.99 | 74.88 | - |
| YUV | 134.26 | 177.51 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 180 | 222 | 0.95 | 0.19 | 0 | 0.13 | 191.94 | 0.91 | 0.46 |
| Hex | B | B4 | DE | 5F | 13 | 0 | D | C0 | 5B | 2E |
| Octal | 13 | 264 | 336 | 137 | 23 | 0 | 15 | 300 | 133 | 56 |
| Binary | 1011 | 10110100 | 11011110 | 1011111 | 10011 | 0 | 1101 | 11000000 | 1011011 | 101110 |
Color Harmonies of #0BB4DE
Complementary color
Monochromatic Colors of #0BB4DE
Black with #0BB4DE
Text Example
Text Example
White with #0BB4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB4DE; }
p { color: rgb(11,180,222); }
H1.HeaderClassName
{
color: #0BB4DE;
}
.AnyTagClassName
{
color: #0BB4DE;
}
</style>
background-color css
<style>
a { background-color: #0BB4DE; }
a { background-color: rgb(11,180,222); }
div.DivClassName
{
background-color: #0BB4DE;
}
.BgClassName
{
background-color: #0BB4DE;
}
</style>
border-color css
<style>
span { border-color: #0BB4DE; }
span { border-color: rgb(11,180,222); }
td.TdClassName
{
border-color: #0BB4DE;
}
.TagClassName
{
border-color: #0BB4DE;
}
</style>