Shades of Deep Sky Blue #10CAFE
Tints of Deep Sky Blue #10CAFE
RGB
CMYK
RGB Variations
Color information
#10CAFE (or 0x10CAFE) is known color: Deep Sky Blue. HEX triplet: 10, CA and FE. RGB value is (16,202,254). Sum of RGB (Red+Green+Blue) = 16+202+254=472 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.39% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #10CAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CAFE is #EF3501. Grayscale: #979797. Windows color (decimal): -15676674 or 16697872. OLE color: 16697872.
HSL color Cylindrical-coordinate representation of color #10CAFE: hue angle of 193.11º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10CAFE is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 202 | 254 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.00 |
| HSL | 193.11º | 0.99% | 0.53% | - |
| HSV(B) | 193.11º | 0.94% | 1% | - |
| XYZ | 39.22 | 49.51 | 101.25 | - |
| YUV | 152.31 | 185.38 | 30.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 202 | 254 | 0.94 | 0.20 | 0 | 0.00 | 193.11 | 0.99 | 0.53 |
| Hex | 10 | CA | FE | 5E | 14 | 0 | 0 | C1 | 63 | 35 |
| Octal | 20 | 312 | 376 | 136 | 24 | 0 | 0 | 301 | 143 | 65 |
| Binary | 10000 | 11001010 | 11111110 | 1011110 | 10100 | 0 | 0 | 11000001 | 1100011 | 110101 |
Color Harmonies of #10CAFE
Complementary color
Monochromatic Colors of #10CAFE
Black with #10CAFE
Text Example
Text Example
White with #10CAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CAFE; }
p { color: rgb(16,202,254); }
H1.HeaderClassName
{
color: #10CAFE;
}
.AnyTagClassName
{
color: #10CAFE;
}
</style>
background-color css
<style>
a { background-color: #10CAFE; }
a { background-color: rgb(16,202,254); }
div.DivClassName
{
background-color: #10CAFE;
}
.BgClassName
{
background-color: #10CAFE;
}
</style>
border-color css
<style>
span { border-color: #10CAFE; }
span { border-color: rgb(16,202,254); }
td.TdClassName
{
border-color: #10CAFE;
}
.TagClassName
{
border-color: #10CAFE;
}
</style>