Shades of Iris Blue #0AACDB
Tints of Iris Blue #0AACDB
RGB
CMYK
RGB Variations
Color information
#0AACDB (or 0x0AACDB) is known color: Iris Blue. HEX triplet: 0A, AC and DB. RGB value is (10,172,219). Sum of RGB (Red+Green+Blue) = 10+172+219=401 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #0AACDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AACDB is #F55324. Grayscale: #808080. Windows color (decimal): -16077605 or 14396426. OLE color: 14396426.
HSL color Cylindrical-coordinate representation of color #0AACDB: hue angle of 193.49º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AACDB is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 172 | 219 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.14 |
| HSL | 193.49º | 0.91% | 0.45% | - |
| HSV(B) | 193.49º | 0.95% | 0.86% | - |
| XYZ | 27.66 | 34.68 | 72.25 | - |
| YUV | 128.92 | 178.83 | 43.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 219 | 0.95 | 0.21 | 0 | 0.14 | 193.49 | 0.91 | 0.45 |
| Hex | A | AC | DB | 5F | 15 | 0 | E | C1 | 5B | 2D |
| Octal | 12 | 254 | 333 | 137 | 25 | 0 | 16 | 301 | 133 | 55 |
| Binary | 1010 | 10101100 | 11011011 | 1011111 | 10101 | 0 | 1110 | 11000001 | 1011011 | 101101 |
Color Harmonies of #0AACDB
Complementary color
Monochromatic Colors of #0AACDB
Black with #0AACDB
Text Example
Text Example
White with #0AACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AACDB; }
p { color: rgb(10,172,219); }
H1.HeaderClassName
{
color: #0AACDB;
}
.AnyTagClassName
{
color: #0AACDB;
}
</style>
background-color css
<style>
a { background-color: #0AACDB; }
a { background-color: rgb(10,172,219); }
div.DivClassName
{
background-color: #0AACDB;
}
.BgClassName
{
background-color: #0AACDB;
}
</style>
border-color css
<style>
span { border-color: #0AACDB; }
span { border-color: rgb(10,172,219); }
td.TdClassName
{
border-color: #0AACDB;
}
.TagClassName
{
border-color: #0AACDB;
}
</style>