Shades of Deep Sky Blue #10B5F2
Tints of Deep Sky Blue #10B5F2
RGB
CMYK
RGB Variations
Color information
#10B5F2 (or 0x10B5F2) is known color: Deep Sky Blue. HEX triplet: 10, B5 and F2. RGB value is (16,181,242). Sum of RGB (Red+Green+Blue) = 16+181+242=439 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.64% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 242 (94.92% from 255 or 55.13% from 439); Max value from RGB is 242 - color contains mainly: blue. Hex color #10B5F2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10B5F2 is #EF4A0D. Grayscale: #8A8A8A. Windows color (decimal): -15682062 or 15906064. OLE color: 15906064.
HSL color Cylindrical-coordinate representation of color #10B5F2: hue angle of 196.19º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10B5F2 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 181 | 242 | - |
| CMYK | 0.93 | 0.25 | 0 | 0.05 |
| HSL | 196.19º | 0.9% | 0.51% | - |
| HSV(B) | 196.19º | 0.93% | 0.95% | - |
| XYZ | 32.76 | 39.57 | 89.92 | - |
| YUV | 138.62 | 186.34 | 40.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 181 | 242 | 0.93 | 0.25 | 0 | 0.05 | 196.19 | 0.9 | 0.51 |
| Hex | 10 | B5 | F2 | 5D | 19 | 0 | 5 | C4 | 5A | 33 |
| Octal | 20 | 265 | 362 | 135 | 31 | 0 | 5 | 304 | 132 | 63 |
| Binary | 10000 | 10110101 | 11110010 | 1011101 | 11001 | 0 | 101 | 11000100 | 1011010 | 110011 |
Color Harmonies of #10B5F2
Complementary color
Monochromatic Colors of #10B5F2
Black with #10B5F2
Text Example
Text Example
White with #10B5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B5F2; }
p { color: rgb(16,181,242); }
H1.HeaderClassName
{
color: #10B5F2;
}
.AnyTagClassName
{
color: #10B5F2;
}
</style>
background-color css
<style>
a { background-color: #10B5F2; }
a { background-color: rgb(16,181,242); }
div.DivClassName
{
background-color: #10B5F2;
}
.BgClassName
{
background-color: #10B5F2;
}
</style>
border-color css
<style>
span { border-color: #10B5F2; }
span { border-color: rgb(16,181,242); }
td.TdClassName
{
border-color: #10B5F2;
}
.TagClassName
{
border-color: #10B5F2;
}
</style>