Shades of Deep Sky Blue #10B4E5
Tints of Deep Sky Blue #10B4E5
RGB
CMYK
RGB Variations
Color information
#10B4E5 (or 0x10B4E5) is known color: Deep Sky Blue. HEX triplet: 10, B4 and E5. RGB value is (16,180,229). Sum of RGB (Red+Green+Blue) = 16+180+229=425 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.76% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #10B4E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10B4E5 is #EF4B1A. Grayscale: #888888. Windows color (decimal): -15682331 or 15053840. OLE color: 15053840.
HSL color Cylindrical-coordinate representation of color #10B4E5: hue angle of 193.8º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10B4E5 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 180 | 229 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.10 |
| HSL | 193.8º | 0.87% | 0.48% | - |
| HSV(B) | 193.8º | 0.93% | 0.9% | - |
| XYZ | 30.68 | 38.41 | 79.93 | - |
| YUV | 136.55 | 180.17 | 42.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 180 | 229 | 0.93 | 0.21 | 0 | 0.10 | 193.8 | 0.87 | 0.48 |
| Hex | 10 | B4 | E5 | 5D | 15 | 0 | A | C2 | 57 | 30 |
| Octal | 20 | 264 | 345 | 135 | 25 | 0 | 12 | 302 | 127 | 60 |
| Binary | 10000 | 10110100 | 11100101 | 1011101 | 10101 | 0 | 1010 | 11000010 | 1010111 | 110000 |
Color Harmonies of #10B4E5
Complementary color
Monochromatic Colors of #10B4E5
Black with #10B4E5
Text Example
Text Example
White with #10B4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B4E5; }
p { color: rgb(16,180,229); }
H1.HeaderClassName
{
color: #10B4E5;
}
.AnyTagClassName
{
color: #10B4E5;
}
</style>
background-color css
<style>
a { background-color: #10B4E5; }
a { background-color: rgb(16,180,229); }
div.DivClassName
{
background-color: #10B4E5;
}
.BgClassName
{
background-color: #10B4E5;
}
</style>
border-color css
<style>
span { border-color: #10B4E5; }
span { border-color: rgb(16,180,229); }
td.TdClassName
{
border-color: #10B4E5;
}
.TagClassName
{
border-color: #10B4E5;
}
</style>