Shades of Iris Blue #01A9DB
Tints of Iris Blue #01A9DB
RGB
CMYK
RGB Variations
Color information
#01A9DB (or 0x01A9DB) is known color: Iris Blue. HEX triplet: 01, A9 and DB. RGB value is (1,169,219). Sum of RGB (Red+Green+Blue) = 1+169+219=389 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #01A9DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A9DB is #FE5624. Grayscale: #7C7C7C. Windows color (decimal): -16668197 or 14395649. OLE color: 14395649.
HSL color Cylindrical-coordinate representation of color #01A9DB: hue angle of 193.76º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A9DB is Cyan = 1.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 1 | 169 | 219 | - |
CMYK | 1.00 | 0.23 | 0 | 0.14 |
HSL | 193.76º | 0.99% | 0.43% | - |
HSV(B) | 193.76º | 1% | 0.86% | - |
XYZ | 26.99 | 33.5 | 72.06 | - |
YUV | 124.47 | 181.34 | 39.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 169 | 219 | 1.00 | 0.23 | 0 | 0.14 | 193.76 | 0.99 | 0.43 |
Hex | 1 | A9 | DB | 64 | 17 | 0 | E | C2 | 63 | 2B |
Octal | 1 | 251 | 333 | 144 | 27 | 0 | 16 | 302 | 143 | 53 |
Binary | 1 | 10101001 | 11011011 | 1100100 | 10111 | 0 | 1110 | 11000010 | 1100011 | 101011 |
Color Harmonies of #01A9DB
Complementary color
Monochromatic Colors of #01A9DB
Black with #01A9DB
Text Example
Text Example
White with #01A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A9DB; }
p { color: rgb(1,169,219); }
H1.HeaderClassName
{
color: #01A9DB;
}
.AnyTagClassName
{
color: #01A9DB;
}
</style>
background-color css
<style>
a { background-color: #01A9DB; }
a { background-color: rgb(1,169,219); }
div.DivClassName
{
background-color: #01A9DB;
}
.BgClassName
{
background-color: #01A9DB;
}
</style>
border-color css
<style>
span { border-color: #01A9DB; }
span { border-color: rgb(1,169,219); }
td.TdClassName
{
border-color: #01A9DB;
}
.TagClassName
{
border-color: #01A9DB;
}
</style>