Shades of Deep Sky Blue #10B9FF
Tints of Deep Sky Blue #10B9FF
RGB
CMYK
RGB Variations
Color information
#10B9FF (or 0x10B9FF) is known color: Deep Sky Blue. HEX triplet: 10, B9 and FF. RGB value is (16,185,255). Sum of RGB (Red+Green+Blue) = 16+185+255=456 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.51% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #10B9FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10B9FF is #EF4600. Grayscale: #8E8E8E. Windows color (decimal): -15681025 or 16759056. OLE color: 16759056.
HSL color Cylindrical-coordinate representation of color #10B9FF: hue angle of 197.57º 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 #10B9FF is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 185 | 255 | - |
| CMYK | 0.94 | 0.27 | 0 | 0 |
| HSL | 197.57º | 1% | 0.53% | - |
| HSV(B) | 197.57º | 0.94% | 1% | - |
| XYZ | 35.61 | 42.03 | 100.84 | - |
| YUV | 142.45 | 191.51 | 37.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 185 | 255 | 0.94 | 0.27 | 0 | 0 | 197.57 | 1 | 0.53 |
| Hex | 10 | B9 | FF | 5E | 1B | 0 | 0 | C6 | 64 | 35 |
| Octal | 20 | 271 | 377 | 136 | 33 | 0 | 0 | 306 | 144 | 65 |
| Binary | 10000 | 10111001 | 11111111 | 1011110 | 11011 | 0 | 0 | 11000110 | 1100100 | 110101 |
Color Harmonies of #10B9FF
Complementary color
Monochromatic Colors of #10B9FF
Black with #10B9FF
Text Example
Text Example
White with #10B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B9FF; }
p { color: rgb(16,185,255); }
H1.HeaderClassName
{
color: #10B9FF;
}
.AnyTagClassName
{
color: #10B9FF;
}
</style>
background-color css
<style>
a { background-color: #10B9FF; }
a { background-color: rgb(16,185,255); }
div.DivClassName
{
background-color: #10B9FF;
}
.BgClassName
{
background-color: #10B9FF;
}
</style>
border-color css
<style>
span { border-color: #10B9FF; }
span { border-color: rgb(16,185,255); }
td.TdClassName
{
border-color: #10B9FF;
}
.TagClassName
{
border-color: #10B9FF;
}
</style>