Shades of Deep Sky Blue #10CEF3
Tints of Deep Sky Blue #10CEF3
RGB
CMYK
RGB Variations
Color information
#10CEF3 (or 0x10CEF3) is known color: Deep Sky Blue. HEX triplet: 10, CE and F3. RGB value is (16,206,243). Sum of RGB (Red+Green+Blue) = 16+206+243=465 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.44% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 243 (95.31% from 255 or 52.26% from 465); Max value from RGB is 243 - color contains mainly: blue. Hex color #10CEF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CEF3 is #EF310C. Grayscale: #999999. Windows color (decimal): -15675661 or 15978000. OLE color: 15978000.
HSL color Cylindrical-coordinate representation of color #10CEF3: hue angle of 189.78º 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 #10CEF3 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 206 | 243 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.05 |
| HSL | 189.78º | 0.9% | 0.51% | - |
| HSV(B) | 189.78º | 0.93% | 0.95% | - |
| XYZ | 38.46 | 50.72 | 92.56 | - |
| YUV | 153.41 | 178.55 | 29.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 206 | 243 | 0.93 | 0.15 | 0 | 0.05 | 189.78 | 0.9 | 0.51 |
| Hex | 10 | CE | F3 | 5D | F | 0 | 5 | BE | 5A | 33 |
| Octal | 20 | 316 | 363 | 135 | 17 | 0 | 5 | 276 | 132 | 63 |
| Binary | 10000 | 11001110 | 11110011 | 1011101 | 1111 | 0 | 101 | 10111110 | 1011010 | 110011 |
Color Harmonies of #10CEF3
Complementary color
Monochromatic Colors of #10CEF3
Black with #10CEF3
Text Example
Text Example
White with #10CEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CEF3; }
p { color: rgb(16,206,243); }
H1.HeaderClassName
{
color: #10CEF3;
}
.AnyTagClassName
{
color: #10CEF3;
}
</style>
background-color css
<style>
a { background-color: #10CEF3; }
a { background-color: rgb(16,206,243); }
div.DivClassName
{
background-color: #10CEF3;
}
.BgClassName
{
background-color: #10CEF3;
}
</style>
border-color css
<style>
span { border-color: #10CEF3; }
span { border-color: rgb(16,206,243); }
td.TdClassName
{
border-color: #10CEF3;
}
.TagClassName
{
border-color: #10CEF3;
}
</style>