Shades of Iris Blue #0AAFDD
Tints of Iris Blue #0AAFDD
RGB
CMYK
RGB Variations
Color information
#0AAFDD (or 0x0AAFDD) is known color: Iris Blue. HEX triplet: 0A, AF and DD. RGB value is (10,175,221). Sum of RGB (Red+Green+Blue) = 10+175+221=406 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #0AAFDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AAFDD is #F55022. Grayscale: #828282. Windows color (decimal): -16076835 or 14528266. OLE color: 14528266.
HSL color Cylindrical-coordinate representation of color #0AAFDD: hue angle of 193.08º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AAFDD is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 175 | 221 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.13 |
| HSL | 193.08º | 0.91% | 0.45% | - |
| HSV(B) | 193.08º | 0.95% | 0.87% | - |
| XYZ | 28.51 | 35.94 | 73.84 | - |
| YUV | 130.91 | 178.84 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 175 | 221 | 0.95 | 0.21 | 0 | 0.13 | 193.08 | 0.91 | 0.45 |
| Hex | A | AF | DD | 5F | 15 | 0 | D | C1 | 5B | 2D |
| Octal | 12 | 257 | 335 | 137 | 25 | 0 | 15 | 301 | 133 | 55 |
| Binary | 1010 | 10101111 | 11011101 | 1011111 | 10101 | 0 | 1101 | 11000001 | 1011011 | 101101 |
Color Harmonies of #0AAFDD
Complementary color
Monochromatic Colors of #0AAFDD
Black with #0AAFDD
Text Example
Text Example
White with #0AAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAFDD; }
p { color: rgb(10,175,221); }
H1.HeaderClassName
{
color: #0AAFDD;
}
.AnyTagClassName
{
color: #0AAFDD;
}
</style>
background-color css
<style>
a { background-color: #0AAFDD; }
a { background-color: rgb(10,175,221); }
div.DivClassName
{
background-color: #0AAFDD;
}
.BgClassName
{
background-color: #0AAFDD;
}
</style>
border-color css
<style>
span { border-color: #0AAFDD; }
span { border-color: rgb(10,175,221); }
td.TdClassName
{
border-color: #0AAFDD;
}
.TagClassName
{
border-color: #0AAFDD;
}
</style>