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