Shades of Iris Blue #0BBBDF
Tints of Iris Blue #0BBBDF
RGB
CMYK
RGB Variations
Color information
#0BBBDF (or 0x0BBBDF) is known color: Iris Blue. HEX triplet: 0B, BB and DF. RGB value is (11,187,223). Sum of RGB (Red+Green+Blue) = 11+187+223=421 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.61% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #0BBBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBBDF is #F44420. Grayscale: #8A8A8A. Windows color (decimal): -16008225 or 14662411. OLE color: 14662411.
HSL color Cylindrical-coordinate representation of color #0BBBDF: hue angle of 190.19º 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 #0BBBDF is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 187 | 223 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.13 |
| HSL | 190.19º | 0.91% | 0.46% | - |
| HSV(B) | 190.19º | 0.95% | 0.87% | - |
| XYZ | 31.23 | 40.94 | 76.07 | - |
| YUV | 138.48 | 175.69 | 37.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 187 | 223 | 0.95 | 0.16 | 0 | 0.13 | 190.19 | 0.91 | 0.46 |
| Hex | B | BB | DF | 5F | 10 | 0 | D | BE | 5B | 2E |
| Octal | 13 | 273 | 337 | 137 | 20 | 0 | 15 | 276 | 133 | 56 |
| Binary | 1011 | 10111011 | 11011111 | 1011111 | 10000 | 0 | 1101 | 10111110 | 1011011 | 101110 |
Color Harmonies of #0BBBDF
Complementary color
Monochromatic Colors of #0BBBDF
Black with #0BBBDF
Text Example
Text Example
White with #0BBBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBBDF; }
p { color: rgb(11,187,223); }
H1.HeaderClassName
{
color: #0BBBDF;
}
.AnyTagClassName
{
color: #0BBBDF;
}
</style>
background-color css
<style>
a { background-color: #0BBBDF; }
a { background-color: rgb(11,187,223); }
div.DivClassName
{
background-color: #0BBBDF;
}
.BgClassName
{
background-color: #0BBBDF;
}
</style>
border-color css
<style>
span { border-color: #0BBBDF; }
span { border-color: rgb(11,187,223); }
td.TdClassName
{
border-color: #0BBBDF;
}
.TagClassName
{
border-color: #0BBBDF;
}
</style>