Shades of Iris Blue #00A8DC
Tints of Iris Blue #00A8DC
RGB
CMYK
RGB Variations
Color information
#00A8DC (or 0x00A8DC) is known color: Iris Blue. HEX triplet: 00, A8 and DC. RGB value is (0,168,220). Sum of RGB (Red+Green+Blue) = 0+168+220=388 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #00A8DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A8DC is #FF5723. Grayscale: #7B7B7B. Windows color (decimal): -16733988 or 14460928. OLE color: 14460928.
HSL color Cylindrical-coordinate representation of color #00A8DC: hue angle of 194.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A8DC is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 168 | 220 | - |
| CMYK | 1 | 0.24 | 0 | 0.14 |
| HSL | 194.18º | 1% | 0.43% | - |
| HSV(B) | 194.18º | 1% | 0.86% | - |
| XYZ | 26.92 | 33.17 | 72.69 | - |
| YUV | 123.7 | 182.34 | 39.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 168 | 220 | 1 | 0.24 | 0 | 0.14 | 194.18 | 1 | 0.43 |
| Hex | 0 | A8 | DC | 64 | 18 | 0 | E | C2 | 64 | 2B |
| Octal | 0 | 250 | 334 | 144 | 30 | 0 | 16 | 302 | 144 | 53 |
| Binary | 0 | 10101000 | 11011100 | 1100100 | 11000 | 0 | 1110 | 11000010 | 1100100 | 101011 |
Color Harmonies of #00A8DC
Complementary color
Monochromatic Colors of #00A8DC
Black with #00A8DC
Text Example
Text Example
White with #00A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A8DC; }
p { color: rgb(0,168,220); }
H1.HeaderClassName
{
color: #00A8DC;
}
.AnyTagClassName
{
color: #00A8DC;
}
</style>
background-color css
<style>
a { background-color: #00A8DC; }
a { background-color: rgb(0,168,220); }
div.DivClassName
{
background-color: #00A8DC;
}
.BgClassName
{
background-color: #00A8DC;
}
</style>
border-color css
<style>
span { border-color: #00A8DC; }
span { border-color: rgb(0,168,220); }
td.TdClassName
{
border-color: #00A8DC;
}
.TagClassName
{
border-color: #00A8DC;
}
</style>