Shades of Iris Blue #0FACDB
Tints of Iris Blue #0FACDB
RGB
CMYK
RGB Variations
Color information
#0FACDB (or 0x0FACDB) is known color: Iris Blue. HEX triplet: 0F, AC and DB. RGB value is (15,172,219). Sum of RGB (Red+Green+Blue) = 15+172+219=406 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #0FACDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FACDB is #F05324. Grayscale: #828282. Windows color (decimal): -15749925 or 14396431. OLE color: 14396431.
HSL color Cylindrical-coordinate representation of color #0FACDB: hue angle of 193.82º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FACDB is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 172 | 219 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.14 |
| HSL | 193.82º | 0.87% | 0.46% | - |
| HSV(B) | 193.82º | 0.93% | 0.86% | - |
| XYZ | 27.74 | 34.72 | 72.26 | - |
| YUV | 130.42 | 177.99 | 45.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 172 | 219 | 0.93 | 0.21 | 0 | 0.14 | 193.82 | 0.87 | 0.46 |
| Hex | F | AC | DB | 5D | 15 | 0 | E | C2 | 57 | 2E |
| Octal | 17 | 254 | 333 | 135 | 25 | 0 | 16 | 302 | 127 | 56 |
| Binary | 1111 | 10101100 | 11011011 | 1011101 | 10101 | 0 | 1110 | 11000010 | 1010111 | 101110 |
Color Harmonies of #0FACDB
Complementary color
Monochromatic Colors of #0FACDB
Black with #0FACDB
Text Example
Text Example
White with #0FACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FACDB; }
p { color: rgb(15,172,219); }
H1.HeaderClassName
{
color: #0FACDB;
}
.AnyTagClassName
{
color: #0FACDB;
}
</style>
background-color css
<style>
a { background-color: #0FACDB; }
a { background-color: rgb(15,172,219); }
div.DivClassName
{
background-color: #0FACDB;
}
.BgClassName
{
background-color: #0FACDB;
}
</style>
border-color css
<style>
span { border-color: #0FACDB; }
span { border-color: rgb(15,172,219); }
td.TdClassName
{
border-color: #0FACDB;
}
.TagClassName
{
border-color: #0FACDB;
}
</style>