Shades of Iris Blue #0BADD0
Tints of Iris Blue #0BADD0
RGB
CMYK
RGB Variations
Color information
#0BADD0 (or 0x0BADD0) is known color: Iris Blue. HEX triplet: 0B, AD and D0. RGB value is (11,173,208). Sum of RGB (Red+Green+Blue) = 11+173+208=392 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.81% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 208 (81.64% from 255 or 53.06% from 392); Max value from RGB is 208 - color contains mainly: blue. Hex color #0BADD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BADD0 is #F4522F. Grayscale: #808080. Windows color (decimal): -16011824 or 13675787. OLE color: 13675787.
HSL color Cylindrical-coordinate representation of color #0BADD0: hue angle of 190.66º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BADD0 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 11 | 173 | 208 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.18 |
| HSL | 190.66º | 0.9% | 0.43% | - |
| HSV(B) | 190.66º | 0.95% | 0.82% | - |
| XYZ | 26.47 | 34.51 | 64.94 | - |
| YUV | 128.55 | 172.83 | 44.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 173 | 208 | 0.95 | 0.17 | 0 | 0.18 | 190.66 | 0.9 | 0.43 |
| Hex | B | AD | D0 | 5F | 11 | 0 | 12 | BF | 5A | 2B |
| Octal | 13 | 255 | 320 | 137 | 21 | 0 | 22 | 277 | 132 | 53 |
| Binary | 1011 | 10101101 | 11010000 | 1011111 | 10001 | 0 | 10010 | 10111111 | 1011010 | 101011 |
Color Harmonies of #0BADD0
Complementary color
Monochromatic Colors of #0BADD0
Black with #0BADD0
Text Example
Text Example
White with #0BADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BADD0; }
p { color: rgb(11,173,208); }
H1.HeaderClassName
{
color: #0BADD0;
}
.AnyTagClassName
{
color: #0BADD0;
}
</style>
background-color css
<style>
a { background-color: #0BADD0; }
a { background-color: rgb(11,173,208); }
div.DivClassName
{
background-color: #0BADD0;
}
.BgClassName
{
background-color: #0BADD0;
}
</style>
border-color css
<style>
span { border-color: #0BADD0; }
span { border-color: rgb(11,173,208); }
td.TdClassName
{
border-color: #0BADD0;
}
.TagClassName
{
border-color: #0BADD0;
}
</style>