Shades of Deep Sky Blue #10B2F3
Tints of Deep Sky Blue #10B2F3
RGB
CMYK
RGB Variations
Color information
#10B2F3 (or 0x10B2F3) is known color: Deep Sky Blue. HEX triplet: 10, B2 and F3. RGB value is (16,178,243). Sum of RGB (Red+Green+Blue) = 16+178+243=437 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.66% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 243 (95.31% from 255 or 55.61% from 437); Max value from RGB is 243 - color contains mainly: blue. Hex color #10B2F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10B2F3 is #EF4D0C. Grayscale: #888888. Windows color (decimal): -15682829 or 15970832. OLE color: 15970832.
HSL color Cylindrical-coordinate representation of color #10B2F3: hue angle of 197.18º 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 #10B2F3 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 178 | 243 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.05 |
| HSL | 197.18º | 0.9% | 0.51% | - |
| HSV(B) | 197.18º | 0.93% | 0.95% | - |
| XYZ | 32.31 | 38.42 | 90.51 | - |
| YUV | 136.97 | 187.83 | 41.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 178 | 243 | 0.93 | 0.27 | 0 | 0.05 | 197.18 | 0.9 | 0.51 |
| Hex | 10 | B2 | F3 | 5D | 1B | 0 | 5 | C5 | 5A | 33 |
| Octal | 20 | 262 | 363 | 135 | 33 | 0 | 5 | 305 | 132 | 63 |
| Binary | 10000 | 10110010 | 11110011 | 1011101 | 11011 | 0 | 101 | 11000101 | 1011010 | 110011 |
Color Harmonies of #10B2F3
Complementary color
Monochromatic Colors of #10B2F3
Black with #10B2F3
Text Example
Text Example
White with #10B2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B2F3; }
p { color: rgb(16,178,243); }
H1.HeaderClassName
{
color: #10B2F3;
}
.AnyTagClassName
{
color: #10B2F3;
}
</style>
background-color css
<style>
a { background-color: #10B2F3; }
a { background-color: rgb(16,178,243); }
div.DivClassName
{
background-color: #10B2F3;
}
.BgClassName
{
background-color: #10B2F3;
}
</style>
border-color css
<style>
span { border-color: #10B2F3; }
span { border-color: rgb(16,178,243); }
td.TdClassName
{
border-color: #10B2F3;
}
.TagClassName
{
border-color: #10B2F3;
}
</style>