Shades of Iris Blue #0BB4DF
Tints of Iris Blue #0BB4DF
RGB
CMYK
RGB Variations
Color information
#0BB4DF (or 0x0BB4DF) is known color: Iris Blue. HEX triplet: 0B, B4 and DF. RGB value is (11,180,223). Sum of RGB (Red+Green+Blue) = 11+180+223=414 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #0BB4DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB4DF is #F44B20. Grayscale: #868686. Windows color (decimal): -16010017 or 14660619. OLE color: 14660619.
HSL color Cylindrical-coordinate representation of color #0BB4DF: hue angle of 192.17º 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 #0BB4DF is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 180 | 223 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.13 |
| HSL | 192.17º | 0.91% | 0.46% | - |
| HSV(B) | 192.17º | 0.95% | 0.87% | - |
| XYZ | 29.78 | 38.04 | 75.59 | - |
| YUV | 134.37 | 178.01 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 180 | 223 | 0.95 | 0.19 | 0 | 0.13 | 192.17 | 0.91 | 0.46 |
| Hex | B | B4 | DF | 5F | 13 | 0 | D | C0 | 5B | 2E |
| Octal | 13 | 264 | 337 | 137 | 23 | 0 | 15 | 300 | 133 | 56 |
| Binary | 1011 | 10110100 | 11011111 | 1011111 | 10011 | 0 | 1101 | 11000000 | 1011011 | 101110 |
Color Harmonies of #0BB4DF
Complementary color
Monochromatic Colors of #0BB4DF
Black with #0BB4DF
Text Example
Text Example
White with #0BB4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB4DF; }
p { color: rgb(11,180,223); }
H1.HeaderClassName
{
color: #0BB4DF;
}
.AnyTagClassName
{
color: #0BB4DF;
}
</style>
background-color css
<style>
a { background-color: #0BB4DF; }
a { background-color: rgb(11,180,223); }
div.DivClassName
{
background-color: #0BB4DF;
}
.BgClassName
{
background-color: #0BB4DF;
}
</style>
border-color css
<style>
span { border-color: #0BB4DF; }
span { border-color: rgb(11,180,223); }
td.TdClassName
{
border-color: #0BB4DF;
}
.TagClassName
{
border-color: #0BB4DF;
}
</style>