Shades of Iris Blue #0AA7DB
Tints of Iris Blue #0AA7DB
RGB
CMYK
RGB Variations
Color information
#0AA7DB (or 0x0AA7DB) is known color: Iris Blue. HEX triplet: 0A, A7 and DB. RGB value is (10,167,219). Sum of RGB (Red+Green+Blue) = 10+167+219=396 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #0AA7DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA7DB is #F55824. Grayscale: #7D7D7D. Windows color (decimal): -16078885 or 14395146. OLE color: 14395146.
HSL color Cylindrical-coordinate representation of color #0AA7DB: hue angle of 194.93º 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 #0AA7DB is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 167 | 219 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.14 |
| HSL | 194.93º | 0.91% | 0.45% | - |
| HSV(B) | 194.93º | 0.95% | 0.86% | - |
| XYZ | 26.73 | 32.82 | 71.94 | - |
| YUV | 125.99 | 180.49 | 45.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 167 | 219 | 0.95 | 0.24 | 0 | 0.14 | 194.93 | 0.91 | 0.45 |
| Hex | A | A7 | DB | 5F | 18 | 0 | E | C3 | 5B | 2D |
| Octal | 12 | 247 | 333 | 137 | 30 | 0 | 16 | 303 | 133 | 55 |
| Binary | 1010 | 10100111 | 11011011 | 1011111 | 11000 | 0 | 1110 | 11000011 | 1011011 | 101101 |
Color Harmonies of #0AA7DB
Complementary color
Monochromatic Colors of #0AA7DB
Black with #0AA7DB
Text Example
Text Example
White with #0AA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA7DB; }
p { color: rgb(10,167,219); }
H1.HeaderClassName
{
color: #0AA7DB;
}
.AnyTagClassName
{
color: #0AA7DB;
}
</style>
background-color css
<style>
a { background-color: #0AA7DB; }
a { background-color: rgb(10,167,219); }
div.DivClassName
{
background-color: #0AA7DB;
}
.BgClassName
{
background-color: #0AA7DB;
}
</style>
border-color css
<style>
span { border-color: #0AA7DB; }
span { border-color: rgb(10,167,219); }
td.TdClassName
{
border-color: #0AA7DB;
}
.TagClassName
{
border-color: #0AA7DB;
}
</style>