Shades of Iris Blue #0BADDF
Tints of Iris Blue #0BADDF
RGB
CMYK
RGB Variations
Color information
#0BADDF (or 0x0BADDF) is known color: Iris Blue. HEX triplet: 0B, AD and DF. RGB value is (11,173,223). Sum of RGB (Red+Green+Blue) = 11+173+223=407 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.70% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #0BADDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BADDF is #F45220. Grayscale: #818181. Windows color (decimal): -16011809 or 14658827. OLE color: 14658827.
HSL color Cylindrical-coordinate representation of color #0BADDF: hue angle of 194.15º 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 #0BADDF is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 173 | 223 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.13 |
| HSL | 194.15º | 0.91% | 0.46% | - |
| HSV(B) | 194.15º | 0.95% | 0.87% | - |
| XYZ | 28.4 | 35.29 | 75.13 | - |
| YUV | 130.26 | 180.33 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 173 | 223 | 0.95 | 0.22 | 0 | 0.13 | 194.15 | 0.91 | 0.46 |
| Hex | B | AD | DF | 5F | 16 | 0 | D | C2 | 5B | 2E |
| Octal | 13 | 255 | 337 | 137 | 26 | 0 | 15 | 302 | 133 | 56 |
| Binary | 1011 | 10101101 | 11011111 | 1011111 | 10110 | 0 | 1101 | 11000010 | 1011011 | 101110 |
Color Harmonies of #0BADDF
Complementary color
Monochromatic Colors of #0BADDF
Black with #0BADDF
Text Example
Text Example
White with #0BADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BADDF; }
p { color: rgb(11,173,223); }
H1.HeaderClassName
{
color: #0BADDF;
}
.AnyTagClassName
{
color: #0BADDF;
}
</style>
background-color css
<style>
a { background-color: #0BADDF; }
a { background-color: rgb(11,173,223); }
div.DivClassName
{
background-color: #0BADDF;
}
.BgClassName
{
background-color: #0BADDF;
}
</style>
border-color css
<style>
span { border-color: #0BADDF; }
span { border-color: rgb(11,173,223); }
td.TdClassName
{
border-color: #0BADDF;
}
.TagClassName
{
border-color: #0BADDF;
}
</style>