Shades of Deep Sky Blue #01AFEA
Tints of Deep Sky Blue #01AFEA
RGB
CMYK
RGB Variations
Color information
#01AFEA (or 0x01AFEA) is known color: Deep Sky Blue. HEX triplet: 01, AF and EA. RGB value is (1,175,234). Sum of RGB (Red+Green+Blue) = 1+175+234=410 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #01AFEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01AFEA is #FE5015. Grayscale: #818181. Windows color (decimal): -16666646 or 15380225. OLE color: 15380225.
HSL color Cylindrical-coordinate representation of color #01AFEA: hue angle of 195.19º 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 #01AFEA is Cyan = 1.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 175 | 234 | - |
| CMYK | 1.00 | 0.25 | 0 | 0.08 |
| HSL | 195.19º | 0.99% | 0.46% | - |
| HSV(B) | 195.19º | 1% | 0.92% | - |
| XYZ | 30.19 | 36.61 | 83.32 | - |
| YUV | 129.7 | 186.85 | 36.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 234 | 1.00 | 0.25 | 0 | 0.08 | 195.19 | 0.99 | 0.46 |
| Hex | 1 | AF | EA | 64 | 19 | 0 | 8 | C3 | 63 | 2E |
| Octal | 1 | 257 | 352 | 144 | 31 | 0 | 10 | 303 | 143 | 56 |
| Binary | 1 | 10101111 | 11101010 | 1100100 | 11001 | 0 | 1000 | 11000011 | 1100011 | 101110 |
Color Harmonies of #01AFEA
Complementary color
Monochromatic Colors of #01AFEA
Black with #01AFEA
Text Example
Text Example
White with #01AFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AFEA; }
p { color: rgb(1,175,234); }
H1.HeaderClassName
{
color: #01AFEA;
}
.AnyTagClassName
{
color: #01AFEA;
}
</style>
background-color css
<style>
a { background-color: #01AFEA; }
a { background-color: rgb(1,175,234); }
div.DivClassName
{
background-color: #01AFEA;
}
.BgClassName
{
background-color: #01AFEA;
}
</style>
border-color css
<style>
span { border-color: #01AFEA; }
span { border-color: rgb(1,175,234); }
td.TdClassName
{
border-color: #01AFEA;
}
.TagClassName
{
border-color: #01AFEA;
}
</style>