Shades of Deep Sky Blue #01A8EA
Tints of Deep Sky Blue #01A8EA
RGB
CMYK
RGB Variations
Color information
#01A8EA (or 0x01A8EA) is known color: Deep Sky Blue. HEX triplet: 01, A8 and EA. RGB value is (1,168,234). Sum of RGB (Red+Green+Blue) = 1+168+234=403 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 234 (91.80% from 255 or 58.06% from 403); Max value from RGB is 234 - color contains mainly: blue. Hex color #01A8EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01A8EA is #FE5715. Grayscale: #7D7D7D. Windows color (decimal): -16668438 or 15378433. OLE color: 15378433.
HSL color Cylindrical-coordinate representation of color #01A8EA: hue angle of 197º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A8EA is Cyan = 1.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 168 | 234 | - |
| CMYK | 1.00 | 0.28 | 0 | 0.08 |
| HSL | 197º | 0.99% | 0.46% | - |
| HSV(B) | 197º | 1% | 0.92% | - |
| XYZ | 28.87 | 33.95 | 82.87 | - |
| YUV | 125.59 | 189.17 | 39.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 168 | 234 | 1.00 | 0.28 | 0 | 0.08 | 197 | 0.99 | 0.46 |
| Hex | 1 | A8 | EA | 64 | 1C | 0 | 8 | C5 | 63 | 2E |
| Octal | 1 | 250 | 352 | 144 | 34 | 0 | 10 | 305 | 143 | 56 |
| Binary | 1 | 10101000 | 11101010 | 1100100 | 11100 | 0 | 1000 | 11000101 | 1100011 | 101110 |
Color Harmonies of #01A8EA
Complementary color
Monochromatic Colors of #01A8EA
Black with #01A8EA
Text Example
Text Example
White with #01A8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A8EA; }
p { color: rgb(1,168,234); }
H1.HeaderClassName
{
color: #01A8EA;
}
.AnyTagClassName
{
color: #01A8EA;
}
</style>
background-color css
<style>
a { background-color: #01A8EA; }
a { background-color: rgb(1,168,234); }
div.DivClassName
{
background-color: #01A8EA;
}
.BgClassName
{
background-color: #01A8EA;
}
</style>
border-color css
<style>
span { border-color: #01A8EA; }
span { border-color: rgb(1,168,234); }
td.TdClassName
{
border-color: #01A8EA;
}
.TagClassName
{
border-color: #01A8EA;
}
</style>