Shades of Deep Sky Blue #00A1FC
Tints of Deep Sky Blue #00A1FC
RGB
CMYK
RGB Variations
Color information
#00A1FC (or 0x00A1FC) is known color: Deep Sky Blue. HEX triplet: 00, A1 and FC. RGB value is (0,161,252). Sum of RGB (Red+Green+Blue) = 0+161+252=413 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #00A1FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00A1FC is #FF5E03. Grayscale: #7A7A7A. Windows color (decimal): -16735748 or 16556288. OLE color: 16556288.
HSL color Cylindrical-coordinate representation of color #00A1FC: hue angle of 201.67º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A1FC is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 161 | 252 | - |
| CMYK | 1 | 0.36 | 0 | 0.01 |
| HSL | 201.67º | 1% | 0.49% | - |
| HSV(B) | 201.67º | 1% | 0.99% | - |
| XYZ | 30.32 | 32.52 | 96.77 | - |
| YUV | 123.24 | 200.66 | 40.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 161 | 252 | 1 | 0.36 | 0 | 0.01 | 201.67 | 1 | 0.49 |
| Hex | 0 | A1 | FC | 64 | 24 | 0 | 1 | CA | 64 | 31 |
| Octal | 0 | 241 | 374 | 144 | 44 | 0 | 1 | 312 | 144 | 61 |
| Binary | 0 | 10100001 | 11111100 | 1100100 | 100100 | 0 | 1 | 11001010 | 1100100 | 110001 |
Color Harmonies of #00A1FC
Complementary color
Monochromatic Colors of #00A1FC
Black with #00A1FC
Text Example
Text Example
White with #00A1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A1FC; }
p { color: rgb(0,161,252); }
H1.HeaderClassName
{
color: #00A1FC;
}
.AnyTagClassName
{
color: #00A1FC;
}
</style>
background-color css
<style>
a { background-color: #00A1FC; }
a { background-color: rgb(0,161,252); }
div.DivClassName
{
background-color: #00A1FC;
}
.BgClassName
{
background-color: #00A1FC;
}
</style>
border-color css
<style>
span { border-color: #00A1FC; }
span { border-color: rgb(0,161,252); }
td.TdClassName
{
border-color: #00A1FC;
}
.TagClassName
{
border-color: #00A1FC;
}
</style>