Shades of Iris Blue #00A8E5
Tints of Iris Blue #00A8E5
RGB
CMYK
RGB Variations
Color information
#00A8E5 (or 0x00A8E5) is known color: Iris Blue. HEX triplet: 00, A8 and E5. RGB value is (0,168,229). Sum of RGB (Red+Green+Blue) = 0+168+229=397 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 229 (89.84% from 255 or 57.68% from 397); Max value from RGB is 229 - color contains mainly: blue. Hex color #00A8E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A8E5 is #FF571A. Grayscale: #7C7C7C. Windows color (decimal): -16733979 or 15050752. OLE color: 15050752.
HSL color Cylindrical-coordinate representation of color #00A8E5: hue angle of 195.98º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A8E5 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 168 | 229 | - |
| CMYK | 1 | 0.27 | 0 | 0.10 |
| HSL | 195.98º | 1% | 0.45% | - |
| HSV(B) | 195.98º | 1% | 0.9% | - |
| XYZ | 28.15 | 33.66 | 79.14 | - |
| YUV | 124.72 | 186.84 | 39.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 168 | 229 | 1 | 0.27 | 0 | 0.10 | 195.98 | 1 | 0.45 |
| Hex | 0 | A8 | E5 | 64 | 1B | 0 | A | C4 | 64 | 2D |
| Octal | 0 | 250 | 345 | 144 | 33 | 0 | 12 | 304 | 144 | 55 |
| Binary | 0 | 10101000 | 11100101 | 1100100 | 11011 | 0 | 1010 | 11000100 | 1100100 | 101101 |
Color Harmonies of #00A8E5
Complementary color
Monochromatic Colors of #00A8E5
Black with #00A8E5
Text Example
Text Example
White with #00A8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A8E5; }
p { color: rgb(0,168,229); }
H1.HeaderClassName
{
color: #00A8E5;
}
.AnyTagClassName
{
color: #00A8E5;
}
</style>
background-color css
<style>
a { background-color: #00A8E5; }
a { background-color: rgb(0,168,229); }
div.DivClassName
{
background-color: #00A8E5;
}
.BgClassName
{
background-color: #00A8E5;
}
</style>
border-color css
<style>
span { border-color: #00A8E5; }
span { border-color: rgb(0,168,229); }
td.TdClassName
{
border-color: #00A8E5;
}
.TagClassName
{
border-color: #00A8E5;
}
</style>