Shades of Deep Sky Blue #01ABFC
Tints of Deep Sky Blue #01ABFC
RGB
CMYK
RGB Variations
Color information
#01ABFC (or 0x01ABFC) is known color: Deep Sky Blue. HEX triplet: 01, AB and FC. RGB value is (1,171,252). Sum of RGB (Red+Green+Blue) = 1+171+252=424 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #01ABFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01ABFC is #FE5403. Grayscale: #808080. Windows color (decimal): -16667652 or 16558849. OLE color: 16558849.
HSL color Cylindrical-coordinate representation of color #01ABFC: hue angle of 199.36º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ABFC is Cyan = 1.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 171 | 252 | - |
| CMYK | 1.00 | 0.32 | 0 | 0.01 |
| HSL | 199.36º | 0.99% | 0.5% | - |
| HSV(B) | 199.36º | 1% | 0.99% | - |
| XYZ | 32.15 | 36.16 | 97.38 | - |
| YUV | 129.4 | 197.18 | 36.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 171 | 252 | 1.00 | 0.32 | 0 | 0.01 | 199.36 | 0.99 | 0.5 |
| Hex | 1 | AB | FC | 64 | 20 | 0 | 1 | C7 | 63 | 32 |
| Octal | 1 | 253 | 374 | 144 | 40 | 0 | 1 | 307 | 143 | 62 |
| Binary | 1 | 10101011 | 11111100 | 1100100 | 100000 | 0 | 1 | 11000111 | 1100011 | 110010 |
Color Harmonies of #01ABFC
Complementary color
Monochromatic Colors of #01ABFC
Black with #01ABFC
Text Example
Text Example
White with #01ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ABFC; }
p { color: rgb(1,171,252); }
H1.HeaderClassName
{
color: #01ABFC;
}
.AnyTagClassName
{
color: #01ABFC;
}
</style>
background-color css
<style>
a { background-color: #01ABFC; }
a { background-color: rgb(1,171,252); }
div.DivClassName
{
background-color: #01ABFC;
}
.BgClassName
{
background-color: #01ABFC;
}
</style>
border-color css
<style>
span { border-color: #01ABFC; }
span { border-color: rgb(1,171,252); }
td.TdClassName
{
border-color: #01ABFC;
}
.TagClassName
{
border-color: #01ABFC;
}
</style>