Shades of Iris Blue #0AADDF
Tints of Iris Blue #0AADDF
RGB
CMYK
RGB Variations
Color information
#0AADDF (or 0x0AADDF) is known color: Iris Blue. HEX triplet: 0A, AD and DF. RGB value is (10,173,223). Sum of RGB (Red+Green+Blue) = 10+173+223=406 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #0AADDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AADDF is #F55220. Grayscale: #818181. Windows color (decimal): -16077345 or 14658826. OLE color: 14658826.
HSL color Cylindrical-coordinate representation of color #0AADDF: hue angle of 194.08º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AADDF is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 173 | 223 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.13 |
| HSL | 194.08º | 0.91% | 0.46% | - |
| HSV(B) | 194.08º | 0.96% | 0.87% | - |
| XYZ | 28.39 | 35.28 | 75.13 | - |
| YUV | 129.96 | 180.5 | 42.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 173 | 223 | 0.96 | 0.22 | 0 | 0.13 | 194.08 | 0.91 | 0.46 |
| Hex | A | AD | DF | 60 | 16 | 0 | D | C2 | 5B | 2E |
| Octal | 12 | 255 | 337 | 140 | 26 | 0 | 15 | 302 | 133 | 56 |
| Binary | 1010 | 10101101 | 11011111 | 1100000 | 10110 | 0 | 1101 | 11000010 | 1011011 | 101110 |
Color Harmonies of #0AADDF
Complementary color
Monochromatic Colors of #0AADDF
Black with #0AADDF
Text Example
Text Example
White with #0AADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AADDF; }
p { color: rgb(10,173,223); }
H1.HeaderClassName
{
color: #0AADDF;
}
.AnyTagClassName
{
color: #0AADDF;
}
</style>
background-color css
<style>
a { background-color: #0AADDF; }
a { background-color: rgb(10,173,223); }
div.DivClassName
{
background-color: #0AADDF;
}
.BgClassName
{
background-color: #0AADDF;
}
</style>
border-color css
<style>
span { border-color: #0AADDF; }
span { border-color: rgb(10,173,223); }
td.TdClassName
{
border-color: #0AADDF;
}
.TagClassName
{
border-color: #0AADDF;
}
</style>