Shades of Deep Sky Blue #10B2E5
Tints of Deep Sky Blue #10B2E5
RGB
CMYK
RGB Variations
Color information
#10B2E5 (or 0x10B2E5) is known color: Deep Sky Blue. HEX triplet: 10, B2 and E5. RGB value is (16,178,229). Sum of RGB (Red+Green+Blue) = 16+178+229=423 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.78% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 229 (89.84% from 255 or 54.14% from 423); Max value from RGB is 229 - color contains mainly: blue. Hex color #10B2E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10B2E5 is #EF4D1A. Grayscale: #878787. Windows color (decimal): -15682843 or 15053328. OLE color: 15053328.
HSL color Cylindrical-coordinate representation of color #10B2E5: hue angle of 194.37º 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 #10B2E5 is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 178 | 229 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.10 |
| HSL | 194.37º | 0.87% | 0.48% | - |
| HSV(B) | 194.37º | 0.93% | 0.9% | - |
| XYZ | 30.28 | 37.61 | 79.79 | - |
| YUV | 135.38 | 180.83 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 178 | 229 | 0.93 | 0.22 | 0 | 0.10 | 194.37 | 0.87 | 0.48 |
| Hex | 10 | B2 | E5 | 5D | 16 | 0 | A | C2 | 57 | 30 |
| Octal | 20 | 262 | 345 | 135 | 26 | 0 | 12 | 302 | 127 | 60 |
| Binary | 10000 | 10110010 | 11100101 | 1011101 | 10110 | 0 | 1010 | 11000010 | 1010111 | 110000 |
Color Harmonies of #10B2E5
Complementary color
Monochromatic Colors of #10B2E5
Black with #10B2E5
Text Example
Text Example
White with #10B2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B2E5; }
p { color: rgb(16,178,229); }
H1.HeaderClassName
{
color: #10B2E5;
}
.AnyTagClassName
{
color: #10B2E5;
}
</style>
background-color css
<style>
a { background-color: #10B2E5; }
a { background-color: rgb(16,178,229); }
div.DivClassName
{
background-color: #10B2E5;
}
.BgClassName
{
background-color: #10B2E5;
}
</style>
border-color css
<style>
span { border-color: #10B2E5; }
span { border-color: rgb(16,178,229); }
td.TdClassName
{
border-color: #10B2E5;
}
.TagClassName
{
border-color: #10B2E5;
}
</style>