Shades of Iris Blue #0AABDF
Tints of Iris Blue #0AABDF
RGB
CMYK
RGB Variations
Color information
#0AABDF (or 0x0AABDF) is known color: Iris Blue. HEX triplet: 0A, AB and DF. RGB value is (10,171,223). Sum of RGB (Red+Green+Blue) = 10+171+223=404 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #0AABDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AABDF is #F55420. Grayscale: #808080. Windows color (decimal): -16077857 or 14658314. OLE color: 14658314.
HSL color Cylindrical-coordinate representation of color #0AABDF: hue angle of 194.65º 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 #0AABDF is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 171 | 223 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.13 |
| HSL | 194.65º | 0.91% | 0.46% | - |
| HSV(B) | 194.65º | 0.96% | 0.87% | - |
| XYZ | 28.01 | 34.52 | 75 | - |
| YUV | 128.79 | 181.16 | 43.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 223 | 0.96 | 0.23 | 0 | 0.13 | 194.65 | 0.91 | 0.46 |
| Hex | A | AB | DF | 60 | 17 | 0 | D | C3 | 5B | 2E |
| Octal | 12 | 253 | 337 | 140 | 27 | 0 | 15 | 303 | 133 | 56 |
| Binary | 1010 | 10101011 | 11011111 | 1100000 | 10111 | 0 | 1101 | 11000011 | 1011011 | 101110 |
Color Harmonies of #0AABDF
Complementary color
Monochromatic Colors of #0AABDF
Black with #0AABDF
Text Example
Text Example
White with #0AABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AABDF; }
p { color: rgb(10,171,223); }
H1.HeaderClassName
{
color: #0AABDF;
}
.AnyTagClassName
{
color: #0AABDF;
}
</style>
background-color css
<style>
a { background-color: #0AABDF; }
a { background-color: rgb(10,171,223); }
div.DivClassName
{
background-color: #0AABDF;
}
.BgClassName
{
background-color: #0AABDF;
}
</style>
border-color css
<style>
span { border-color: #0AABDF; }
span { border-color: rgb(10,171,223); }
td.TdClassName
{
border-color: #0AABDF;
}
.TagClassName
{
border-color: #0AABDF;
}
</style>