Shades of Deep Sky Blue #10B8FF
Tints of Deep Sky Blue #10B8FF
RGB
CMYK
RGB Variations
Color information
#10B8FF (or 0x10B8FF) is known color: Deep Sky Blue. HEX triplet: 10, B8 and FF. RGB value is (16,184,255). Sum of RGB (Red+Green+Blue) = 16+184+255=455 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.52% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #10B8FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10B8FF is #EF4700. Grayscale: #8D8D8D. Windows color (decimal): -15681281 or 16758800. OLE color: 16758800.
HSL color Cylindrical-coordinate representation of color #10B8FF: hue angle of 197.82º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10B8FF is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 184 | 255 | - |
| CMYK | 0.94 | 0.28 | 0 | 0 |
| HSL | 197.82º | 1% | 0.53% | - |
| HSV(B) | 197.82º | 0.94% | 1% | - |
| XYZ | 35.4 | 41.61 | 100.77 | - |
| YUV | 141.86 | 191.84 | 38.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 184 | 255 | 0.94 | 0.28 | 0 | 0 | 197.82 | 1 | 0.53 |
| Hex | 10 | B8 | FF | 5E | 1C | 0 | 0 | C6 | 64 | 35 |
| Octal | 20 | 270 | 377 | 136 | 34 | 0 | 0 | 306 | 144 | 65 |
| Binary | 10000 | 10111000 | 11111111 | 1011110 | 11100 | 0 | 0 | 11000110 | 1100100 | 110101 |
Color Harmonies of #10B8FF
Complementary color
Monochromatic Colors of #10B8FF
Black with #10B8FF
Text Example
Text Example
White with #10B8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B8FF; }
p { color: rgb(16,184,255); }
H1.HeaderClassName
{
color: #10B8FF;
}
.AnyTagClassName
{
color: #10B8FF;
}
</style>
background-color css
<style>
a { background-color: #10B8FF; }
a { background-color: rgb(16,184,255); }
div.DivClassName
{
background-color: #10B8FF;
}
.BgClassName
{
background-color: #10B8FF;
}
</style>
border-color css
<style>
span { border-color: #10B8FF; }
span { border-color: rgb(16,184,255); }
td.TdClassName
{
border-color: #10B8FF;
}
.TagClassName
{
border-color: #10B8FF;
}
</style>