Shades of Deep Sky Blue #10B8F0
Tints of Deep Sky Blue #10B8F0
RGB
CMYK
RGB Variations
Color information
#10B8F0 (or 0x10B8F0) is known color: Deep Sky Blue. HEX triplet: 10, B8 and F0. RGB value is (16,184,240). Sum of RGB (Red+Green+Blue) = 16+184+240=440 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.64% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 240 (94.14% from 255 or 54.55% from 440); Max value from RGB is 240 - color contains mainly: blue. Hex color #10B8F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10B8F0 is #EF470F. Grayscale: #8B8B8B. Windows color (decimal): -15681296 or 15775760. OLE color: 15775760.
HSL color Cylindrical-coordinate representation of color #10B8F0: hue angle of 195º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10B8F0 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 184 | 240 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.06 |
| HSL | 195º | 0.88% | 0.5% | - |
| HSV(B) | 195º | 0.93% | 0.94% | - |
| XYZ | 33.08 | 40.68 | 88.55 | - |
| YUV | 140.15 | 184.34 | 39.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 184 | 240 | 0.93 | 0.23 | 0 | 0.06 | 195 | 0.88 | 0.5 |
| Hex | 10 | B8 | F0 | 5D | 17 | 0 | 6 | C3 | 58 | 32 |
| Octal | 20 | 270 | 360 | 135 | 27 | 0 | 6 | 303 | 130 | 62 |
| Binary | 10000 | 10111000 | 11110000 | 1011101 | 10111 | 0 | 110 | 11000011 | 1011000 | 110010 |
Color Harmonies of #10B8F0
Complementary color
Monochromatic Colors of #10B8F0
Black with #10B8F0
Text Example
Text Example
White with #10B8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B8F0; }
p { color: rgb(16,184,240); }
H1.HeaderClassName
{
color: #10B8F0;
}
.AnyTagClassName
{
color: #10B8F0;
}
</style>
background-color css
<style>
a { background-color: #10B8F0; }
a { background-color: rgb(16,184,240); }
div.DivClassName
{
background-color: #10B8F0;
}
.BgClassName
{
background-color: #10B8F0;
}
</style>
border-color css
<style>
span { border-color: #10B8F0; }
span { border-color: rgb(16,184,240); }
td.TdClassName
{
border-color: #10B8F0;
}
.TagClassName
{
border-color: #10B8F0;
}
</style>