Shades of Iris Blue #0BAFD1
Tints of Iris Blue #0BAFD1
RGB
CMYK
RGB Variations
Color information
#0BAFD1 (or 0x0BAFD1) is known color: Iris Blue. HEX triplet: 0B, AF and D1. RGB value is (11,175,209). Sum of RGB (Red+Green+Blue) = 11+175+209=395 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.78% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #0BAFD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAFD1 is #F4502E. Grayscale: #818181. Windows color (decimal): -16011311 or 13741835. OLE color: 13741835.
HSL color Cylindrical-coordinate representation of color #0BAFD1: hue angle of 190.3º 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 #0BAFD1 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 11 | 175 | 209 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.18 |
| HSL | 190.3º | 0.9% | 0.43% | - |
| HSV(B) | 190.3º | 0.95% | 0.82% | - |
| XYZ | 26.98 | 35.33 | 65.72 | - |
| YUV | 129.84 | 172.67 | 43.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 175 | 209 | 0.95 | 0.16 | 0 | 0.18 | 190.3 | 0.9 | 0.43 |
| Hex | B | AF | D1 | 5F | 10 | 0 | 12 | BE | 5A | 2B |
| Octal | 13 | 257 | 321 | 137 | 20 | 0 | 22 | 276 | 132 | 53 |
| Binary | 1011 | 10101111 | 11010001 | 1011111 | 10000 | 0 | 10010 | 10111110 | 1011010 | 101011 |
Color Harmonies of #0BAFD1
Complementary color
Monochromatic Colors of #0BAFD1
Black with #0BAFD1
Text Example
Text Example
White with #0BAFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAFD1; }
p { color: rgb(11,175,209); }
H1.HeaderClassName
{
color: #0BAFD1;
}
.AnyTagClassName
{
color: #0BAFD1;
}
</style>
background-color css
<style>
a { background-color: #0BAFD1; }
a { background-color: rgb(11,175,209); }
div.DivClassName
{
background-color: #0BAFD1;
}
.BgClassName
{
background-color: #0BAFD1;
}
</style>
border-color css
<style>
span { border-color: #0BAFD1; }
span { border-color: rgb(11,175,209); }
td.TdClassName
{
border-color: #0BAFD1;
}
.TagClassName
{
border-color: #0BAFD1;
}
</style>