Shades of Deep Sky Blue #10CBEA
Tints of Deep Sky Blue #10CBEA
RGB
CMYK
RGB Variations
Color information
#10CBEA (or 0x10CBEA) is known color: Deep Sky Blue. HEX triplet: 10, CB and EA. RGB value is (16,203,234). Sum of RGB (Red+Green+Blue) = 16+203+234=453 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.53% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #10CBEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CBEA is #EF3415. Grayscale: #969696. Windows color (decimal): -15676438 or 15387408. OLE color: 15387408.
HSL color Cylindrical-coordinate representation of color #10CBEA: hue angle of 188.53º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10CBEA is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 203 | 234 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.08 |
| HSL | 188.53º | 0.87% | 0.49% | - |
| HSV(B) | 188.53º | 0.93% | 0.92% | - |
| XYZ | 36.42 | 48.76 | 85.33 | - |
| YUV | 150.62 | 175.05 | 31.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 203 | 234 | 0.93 | 0.13 | 0 | 0.08 | 188.53 | 0.87 | 0.49 |
| Hex | 10 | CB | EA | 5D | D | 0 | 8 | BD | 57 | 31 |
| Octal | 20 | 313 | 352 | 135 | 15 | 0 | 10 | 275 | 127 | 61 |
| Binary | 10000 | 11001011 | 11101010 | 1011101 | 1101 | 0 | 1000 | 10111101 | 1010111 | 110001 |
Color Harmonies of #10CBEA
Complementary color
Monochromatic Colors of #10CBEA
Black with #10CBEA
Text Example
Text Example
White with #10CBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CBEA; }
p { color: rgb(16,203,234); }
H1.HeaderClassName
{
color: #10CBEA;
}
.AnyTagClassName
{
color: #10CBEA;
}
</style>
background-color css
<style>
a { background-color: #10CBEA; }
a { background-color: rgb(16,203,234); }
div.DivClassName
{
background-color: #10CBEA;
}
.BgClassName
{
background-color: #10CBEA;
}
</style>
border-color css
<style>
span { border-color: #10CBEA; }
span { border-color: rgb(16,203,234); }
td.TdClassName
{
border-color: #10CBEA;
}
.TagClassName
{
border-color: #10CBEA;
}
</style>