Shades of Iris Blue #0BAFDF
Tints of Iris Blue #0BAFDF
RGB
CMYK
RGB Variations
Color information
#0BAFDF (or 0x0BAFDF) is known color: Iris Blue. HEX triplet: 0B, AF and DF. RGB value is (11,175,223). Sum of RGB (Red+Green+Blue) = 11+175+223=409 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.69% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #0BAFDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAFDF is #F45020. Grayscale: #838383. Windows color (decimal): -16011297 or 14659339. OLE color: 14659339.
HSL color Cylindrical-coordinate representation of color #0BAFDF: hue angle of 193.58º 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 #0BAFDF is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 175 | 223 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.13 |
| HSL | 193.58º | 0.91% | 0.46% | - |
| HSV(B) | 193.58º | 0.95% | 0.87% | - |
| XYZ | 28.79 | 36.06 | 75.25 | - |
| YUV | 131.44 | 179.67 | 42.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 175 | 223 | 0.95 | 0.22 | 0 | 0.13 | 193.58 | 0.91 | 0.46 |
| Hex | B | AF | DF | 5F | 16 | 0 | D | C2 | 5B | 2E |
| Octal | 13 | 257 | 337 | 137 | 26 | 0 | 15 | 302 | 133 | 56 |
| Binary | 1011 | 10101111 | 11011111 | 1011111 | 10110 | 0 | 1101 | 11000010 | 1011011 | 101110 |
Color Harmonies of #0BAFDF
Complementary color
Monochromatic Colors of #0BAFDF
Black with #0BAFDF
Text Example
Text Example
White with #0BAFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAFDF; }
p { color: rgb(11,175,223); }
H1.HeaderClassName
{
color: #0BAFDF;
}
.AnyTagClassName
{
color: #0BAFDF;
}
</style>
background-color css
<style>
a { background-color: #0BAFDF; }
a { background-color: rgb(11,175,223); }
div.DivClassName
{
background-color: #0BAFDF;
}
.BgClassName
{
background-color: #0BAFDF;
}
</style>
border-color css
<style>
span { border-color: #0BAFDF; }
span { border-color: rgb(11,175,223); }
td.TdClassName
{
border-color: #0BAFDF;
}
.TagClassName
{
border-color: #0BAFDF;
}
</style>