Shades of Deep Sky Blue #10AEF4
Tints of Deep Sky Blue #10AEF4
RGB
CMYK
RGB Variations
Color information
#10AEF4 (or 0x10AEF4) is known color: Deep Sky Blue. HEX triplet: 10, AE and F4. RGB value is (16,174,244). Sum of RGB (Red+Green+Blue) = 16+174+244=434 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.69% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 244 (95.70% from 255 or 56.22% from 434); Max value from RGB is 244 - color contains mainly: blue. Hex color #10AEF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10AEF4 is #EF510B. Grayscale: #868686. Windows color (decimal): -15683852 or 16035344. OLE color: 16035344.
HSL color Cylindrical-coordinate representation of color #10AEF4: hue angle of 198.42º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10AEF4 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 174 | 244 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.04 |
| HSL | 198.42º | 0.91% | 0.51% | - |
| HSV(B) | 198.42º | 0.93% | 0.96% | - |
| XYZ | 31.68 | 36.91 | 91.04 | - |
| YUV | 134.74 | 189.65 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 174 | 244 | 0.93 | 0.29 | 0 | 0.04 | 198.42 | 0.91 | 0.51 |
| Hex | 10 | AE | F4 | 5D | 1D | 0 | 4 | C6 | 5B | 33 |
| Octal | 20 | 256 | 364 | 135 | 35 | 0 | 4 | 306 | 133 | 63 |
| Binary | 10000 | 10101110 | 11110100 | 1011101 | 11101 | 0 | 100 | 11000110 | 1011011 | 110011 |
Color Harmonies of #10AEF4
Complementary color
Monochromatic Colors of #10AEF4
Black with #10AEF4
Text Example
Text Example
White with #10AEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AEF4; }
p { color: rgb(16,174,244); }
H1.HeaderClassName
{
color: #10AEF4;
}
.AnyTagClassName
{
color: #10AEF4;
}
</style>
background-color css
<style>
a { background-color: #10AEF4; }
a { background-color: rgb(16,174,244); }
div.DivClassName
{
background-color: #10AEF4;
}
.BgClassName
{
background-color: #10AEF4;
}
</style>
border-color css
<style>
span { border-color: #10AEF4; }
span { border-color: rgb(16,174,244); }
td.TdClassName
{
border-color: #10AEF4;
}
.TagClassName
{
border-color: #10AEF4;
}
</style>