Shades of Iris Blue #01A8DC
Tints of Iris Blue #01A8DC
RGB
CMYK
RGB Variations
Color information
#01A8DC (or 0x01A8DC) is known color: Iris Blue. HEX triplet: 01, A8 and DC. RGB value is (1,168,220). Sum of RGB (Red+Green+Blue) = 1+168+220=389 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #01A8DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A8DC is #FE5723. Grayscale: #7B7B7B. Windows color (decimal): -16668452 or 14460929. OLE color: 14460929.
HSL color Cylindrical-coordinate representation of color #01A8DC: hue angle of 194.25º 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 #01A8DC is Cyan = 1.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 168 | 220 | - |
| CMYK | 1.00 | 0.24 | 0 | 0.14 |
| HSL | 194.25º | 0.99% | 0.43% | - |
| HSV(B) | 194.25º | 1% | 0.86% | - |
| XYZ | 26.93 | 33.18 | 72.69 | - |
| YUV | 124 | 182.17 | 40.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 168 | 220 | 1.00 | 0.24 | 0 | 0.14 | 194.25 | 0.99 | 0.43 |
| Hex | 1 | A8 | DC | 64 | 18 | 0 | E | C2 | 63 | 2B |
| Octal | 1 | 250 | 334 | 144 | 30 | 0 | 16 | 302 | 143 | 53 |
| Binary | 1 | 10101000 | 11011100 | 1100100 | 11000 | 0 | 1110 | 11000010 | 1100011 | 101011 |
Color Harmonies of #01A8DC
Complementary color
Monochromatic Colors of #01A8DC
Black with #01A8DC
Text Example
Text Example
White with #01A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A8DC; }
p { color: rgb(1,168,220); }
H1.HeaderClassName
{
color: #01A8DC;
}
.AnyTagClassName
{
color: #01A8DC;
}
</style>
background-color css
<style>
a { background-color: #01A8DC; }
a { background-color: rgb(1,168,220); }
div.DivClassName
{
background-color: #01A8DC;
}
.BgClassName
{
background-color: #01A8DC;
}
</style>
border-color css
<style>
span { border-color: #01A8DC; }
span { border-color: rgb(1,168,220); }
td.TdClassName
{
border-color: #01A8DC;
}
.TagClassName
{
border-color: #01A8DC;
}
</style>