Shades of Iris Blue #0AAFD8
Tints of Iris Blue #0AAFD8
RGB
CMYK
RGB Variations
Color information
#0AAFD8 (or 0x0AAFD8) is known color: Iris Blue. HEX triplet: 0A, AF and D8. RGB value is (10,175,216). Sum of RGB (Red+Green+Blue) = 10+175+216=401 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 216 (84.77% from 255 or 53.87% from 401); Max value from RGB is 216 - color contains mainly: blue. Hex color #0AAFD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAFD8 is #F55027. Grayscale: #828282. Windows color (decimal): -16076840 or 14200586. OLE color: 14200586.
HSL color Cylindrical-coordinate representation of color #0AAFD8: hue angle of 191.94º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AAFD8 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 175 | 216 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.15 |
| HSL | 191.94º | 0.91% | 0.44% | - |
| HSV(B) | 191.94º | 0.95% | 0.85% | - |
| XYZ | 27.85 | 35.68 | 70.39 | - |
| YUV | 130.34 | 176.34 | 42.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 175 | 216 | 0.95 | 0.19 | 0 | 0.15 | 191.94 | 0.91 | 0.44 |
| Hex | A | AF | D8 | 5F | 13 | 0 | F | C0 | 5B | 2C |
| Octal | 12 | 257 | 330 | 137 | 23 | 0 | 17 | 300 | 133 | 54 |
| Binary | 1010 | 10101111 | 11011000 | 1011111 | 10011 | 0 | 1111 | 11000000 | 1011011 | 101100 |
Color Harmonies of #0AAFD8
Complementary color
Monochromatic Colors of #0AAFD8
Black with #0AAFD8
Text Example
Text Example
White with #0AAFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAFD8; }
p { color: rgb(10,175,216); }
H1.HeaderClassName
{
color: #0AAFD8;
}
.AnyTagClassName
{
color: #0AAFD8;
}
</style>
background-color css
<style>
a { background-color: #0AAFD8; }
a { background-color: rgb(10,175,216); }
div.DivClassName
{
background-color: #0AAFD8;
}
.BgClassName
{
background-color: #0AAFD8;
}
</style>
border-color css
<style>
span { border-color: #0AAFD8; }
span { border-color: rgb(10,175,216); }
td.TdClassName
{
border-color: #0AAFD8;
}
.TagClassName
{
border-color: #0AAFD8;
}
</style>