Shades of Deep Sky Blue #10D4F8
Tints of Deep Sky Blue #10D4F8
RGB
CMYK
RGB Variations
Color information
#10D4F8 (or 0x10D4F8) is known color: Deep Sky Blue. HEX triplet: 10, D4 and F8. RGB value is (16,212,248). Sum of RGB (Red+Green+Blue) = 16+212+248=476 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.36% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 248 (97.27% from 255 or 52.10% from 476); Max value from RGB is 248 - color contains mainly: blue. Hex color #10D4F8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10D4F8 is #EF2B07. Grayscale: #9D9D9D. Windows color (decimal): -15674120 or 16307216. OLE color: 16307216.
HSL color Cylindrical-coordinate representation of color #10D4F8: hue angle of 189.31º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10D4F8 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 212 | 248 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.03 |
| HSL | 189.31º | 0.94% | 0.52% | - |
| HSV(B) | 189.31º | 0.94% | 0.97% | - |
| XYZ | 40.7 | 53.97 | 97.08 | - |
| YUV | 157.5 | 179.07 | 27.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 212 | 248 | 0.94 | 0.15 | 0 | 0.03 | 189.31 | 0.94 | 0.52 |
| Hex | 10 | D4 | F8 | 5E | F | 0 | 3 | BD | 5E | 34 |
| Octal | 20 | 324 | 370 | 136 | 17 | 0 | 3 | 275 | 136 | 64 |
| Binary | 10000 | 11010100 | 11111000 | 1011110 | 1111 | 0 | 11 | 10111101 | 1011110 | 110100 |
Color Harmonies of #10D4F8
Complementary color
Monochromatic Colors of #10D4F8
Black with #10D4F8
Text Example
Text Example
White with #10D4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D4F8; }
p { color: rgb(16,212,248); }
H1.HeaderClassName
{
color: #10D4F8;
}
.AnyTagClassName
{
color: #10D4F8;
}
</style>
background-color css
<style>
a { background-color: #10D4F8; }
a { background-color: rgb(16,212,248); }
div.DivClassName
{
background-color: #10D4F8;
}
.BgClassName
{
background-color: #10D4F8;
}
</style>
border-color css
<style>
span { border-color: #10D4F8; }
span { border-color: rgb(16,212,248); }
td.TdClassName
{
border-color: #10D4F8;
}
.TagClassName
{
border-color: #10D4F8;
}
</style>