Shades of Deep Sky Blue #10B5FF
Tints of Deep Sky Blue #10B5FF
RGB
CMYK
RGB Variations
Color information
#10B5FF (or 0x10B5FF) is known color: Deep Sky Blue. HEX triplet: 10, B5 and FF. RGB value is (16,181,255). Sum of RGB (Red+Green+Blue) = 16+181+255=452 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.54% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #10B5FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10B5FF is #EF4A00. Grayscale: #8B8B8B. Windows color (decimal): -15682049 or 16758032. OLE color: 16758032.
HSL color Cylindrical-coordinate representation of color #10B5FF: hue angle of 198.58º 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 #10B5FF is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 181 | 255 | - |
| CMYK | 0.94 | 0.29 | 0 | 0 |
| HSL | 198.58º | 1% | 0.53% | - |
| HSV(B) | 198.58º | 0.94% | 1% | - |
| XYZ | 34.79 | 40.38 | 100.57 | - |
| YUV | 140.1 | 192.84 | 39.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 181 | 255 | 0.94 | 0.29 | 0 | 0 | 198.58 | 1 | 0.53 |
| Hex | 10 | B5 | FF | 5E | 1D | 0 | 0 | C7 | 64 | 35 |
| Octal | 20 | 265 | 377 | 136 | 35 | 0 | 0 | 307 | 144 | 65 |
| Binary | 10000 | 10110101 | 11111111 | 1011110 | 11101 | 0 | 0 | 11000111 | 1100100 | 110101 |
Color Harmonies of #10B5FF
Complementary color
Monochromatic Colors of #10B5FF
Black with #10B5FF
Text Example
Text Example
White with #10B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B5FF; }
p { color: rgb(16,181,255); }
H1.HeaderClassName
{
color: #10B5FF;
}
.AnyTagClassName
{
color: #10B5FF;
}
</style>
background-color css
<style>
a { background-color: #10B5FF; }
a { background-color: rgb(16,181,255); }
div.DivClassName
{
background-color: #10B5FF;
}
.BgClassName
{
background-color: #10B5FF;
}
</style>
border-color css
<style>
span { border-color: #10B5FF; }
span { border-color: rgb(16,181,255); }
td.TdClassName
{
border-color: #10B5FF;
}
.TagClassName
{
border-color: #10B5FF;
}
</style>