Shades of Deep Sky Blue #10ABFC
Tints of Deep Sky Blue #10ABFC
RGB
CMYK
RGB Variations
Color information
#10ABFC (or 0x10ABFC) is known color: Deep Sky Blue. HEX triplet: 10, AB and FC. RGB value is (16,171,252). Sum of RGB (Red+Green+Blue) = 16+171+252=439 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.64% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #10ABFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ABFC is #EF5403. Grayscale: #858585. Windows color (decimal): -15684612 or 16558864. OLE color: 16558864.
HSL color Cylindrical-coordinate representation of color #10ABFC: hue angle of 200.59º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10ABFC is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 171 | 252 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.01 |
| HSL | 200.59º | 0.98% | 0.53% | - |
| HSV(B) | 200.59º | 0.94% | 0.99% | - |
| XYZ | 32.35 | 36.26 | 97.39 | - |
| YUV | 133.89 | 194.65 | 43.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 252 | 0.94 | 0.32 | 0 | 0.01 | 200.59 | 0.98 | 0.53 |
| Hex | 10 | AB | FC | 5E | 20 | 0 | 1 | C9 | 62 | 35 |
| Octal | 20 | 253 | 374 | 136 | 40 | 0 | 1 | 311 | 142 | 65 |
| Binary | 10000 | 10101011 | 11111100 | 1011110 | 100000 | 0 | 1 | 11001001 | 1100010 | 110101 |
Color Harmonies of #10ABFC
Complementary color
Monochromatic Colors of #10ABFC
Black with #10ABFC
Text Example
Text Example
White with #10ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ABFC; }
p { color: rgb(16,171,252); }
H1.HeaderClassName
{
color: #10ABFC;
}
.AnyTagClassName
{
color: #10ABFC;
}
</style>
background-color css
<style>
a { background-color: #10ABFC; }
a { background-color: rgb(16,171,252); }
div.DivClassName
{
background-color: #10ABFC;
}
.BgClassName
{
background-color: #10ABFC;
}
</style>
border-color css
<style>
span { border-color: #10ABFC; }
span { border-color: rgb(16,171,252); }
td.TdClassName
{
border-color: #10ABFC;
}
.TagClassName
{
border-color: #10ABFC;
}
</style>