Shades of Iris Blue #0BAEDF
Tints of Iris Blue #0BAEDF
RGB
CMYK
RGB Variations
Color information
#0BAEDF (or 0x0BAEDF) is known color: Iris Blue. HEX triplet: 0B, AE and DF. RGB value is (11,174,223). Sum of RGB (Red+Green+Blue) = 11+174+223=408 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.70% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #0BAEDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAEDF is #F45120. Grayscale: #828282. Windows color (decimal): -16011553 or 14659083. OLE color: 14659083.
HSL color Cylindrical-coordinate representation of color #0BAEDF: hue angle of 193.87º 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 #0BAEDF is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 174 | 223 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.13 |
| HSL | 193.87º | 0.91% | 0.46% | - |
| HSV(B) | 193.87º | 0.95% | 0.87% | - |
| XYZ | 28.59 | 35.67 | 75.19 | - |
| YUV | 130.85 | 180 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 174 | 223 | 0.95 | 0.22 | 0 | 0.13 | 193.87 | 0.91 | 0.46 |
| Hex | B | AE | DF | 5F | 16 | 0 | D | C2 | 5B | 2E |
| Octal | 13 | 256 | 337 | 137 | 26 | 0 | 15 | 302 | 133 | 56 |
| Binary | 1011 | 10101110 | 11011111 | 1011111 | 10110 | 0 | 1101 | 11000010 | 1011011 | 101110 |
Color Harmonies of #0BAEDF
Complementary color
Monochromatic Colors of #0BAEDF
Black with #0BAEDF
Text Example
Text Example
White with #0BAEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAEDF; }
p { color: rgb(11,174,223); }
H1.HeaderClassName
{
color: #0BAEDF;
}
.AnyTagClassName
{
color: #0BAEDF;
}
</style>
background-color css
<style>
a { background-color: #0BAEDF; }
a { background-color: rgb(11,174,223); }
div.DivClassName
{
background-color: #0BAEDF;
}
.BgClassName
{
background-color: #0BAEDF;
}
</style>
border-color css
<style>
span { border-color: #0BAEDF; }
span { border-color: rgb(11,174,223); }
td.TdClassName
{
border-color: #0BAEDF;
}
.TagClassName
{
border-color: #0BAEDF;
}
</style>