Shades of Deep Sky Blue #01A8F8
Tints of Deep Sky Blue #01A8F8
RGB
CMYK
RGB Variations
Color information
#01A8F8 (or 0x01A8F8) is known color: Deep Sky Blue. HEX triplet: 01, A8 and F8. RGB value is (1,168,248). Sum of RGB (Red+Green+Blue) = 1+168+248=417 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 248 (97.27% from 255 or 59.47% from 417); Max value from RGB is 248 - color contains mainly: blue. Hex color #01A8F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01A8F8 is #FE5707. Grayscale: #7E7E7E. Windows color (decimal): -16668424 or 16295937. OLE color: 16295937.
HSL color Cylindrical-coordinate representation of color #01A8F8: hue angle of 199.43º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A8F8 is Cyan = 1.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 168 | 248 | - |
| CMYK | 1.00 | 0.32 | 0 | 0.03 |
| HSL | 199.43º | 0.99% | 0.49% | - |
| HSV(B) | 199.43º | 1% | 0.97% | - |
| XYZ | 30.96 | 34.79 | 93.89 | - |
| YUV | 127.19 | 196.17 | 38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 168 | 248 | 1.00 | 0.32 | 0 | 0.03 | 199.43 | 0.99 | 0.49 |
| Hex | 1 | A8 | F8 | 64 | 20 | 0 | 3 | C7 | 63 | 31 |
| Octal | 1 | 250 | 370 | 144 | 40 | 0 | 3 | 307 | 143 | 61 |
| Binary | 1 | 10101000 | 11111000 | 1100100 | 100000 | 0 | 11 | 11000111 | 1100011 | 110001 |
Color Harmonies of #01A8F8
Complementary color
Monochromatic Colors of #01A8F8
Black with #01A8F8
Text Example
Text Example
White with #01A8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A8F8; }
p { color: rgb(1,168,248); }
H1.HeaderClassName
{
color: #01A8F8;
}
.AnyTagClassName
{
color: #01A8F8;
}
</style>
background-color css
<style>
a { background-color: #01A8F8; }
a { background-color: rgb(1,168,248); }
div.DivClassName
{
background-color: #01A8F8;
}
.BgClassName
{
background-color: #01A8F8;
}
</style>
border-color css
<style>
span { border-color: #01A8F8; }
span { border-color: rgb(1,168,248); }
td.TdClassName
{
border-color: #01A8F8;
}
.TagClassName
{
border-color: #01A8F8;
}
</style>