Shades of Deep Sky Blue #10CBEF
Tints of Deep Sky Blue #10CBEF
RGB
CMYK
RGB Variations
Color information
#10CBEF (or 0x10CBEF) is known color: Deep Sky Blue. HEX triplet: 10, CB and EF. RGB value is (16,203,239). Sum of RGB (Red+Green+Blue) = 16+203+239=458 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.49% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #10CBEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CBEF is #EF3410. Grayscale: #969696. Windows color (decimal): -15676433 or 15715088. OLE color: 15715088.
HSL color Cylindrical-coordinate representation of color #10CBEF: hue angle of 189.69º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10CBEF is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 203 | 239 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.06 |
| HSL | 189.69º | 0.87% | 0.5% | - |
| HSV(B) | 189.69º | 0.93% | 0.94% | - |
| XYZ | 37.15 | 49.05 | 89.17 | - |
| YUV | 151.19 | 177.55 | 31.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 203 | 239 | 0.93 | 0.15 | 0 | 0.06 | 189.69 | 0.87 | 0.5 |
| Hex | 10 | CB | EF | 5D | F | 0 | 6 | BE | 57 | 32 |
| Octal | 20 | 313 | 357 | 135 | 17 | 0 | 6 | 276 | 127 | 62 |
| Binary | 10000 | 11001011 | 11101111 | 1011101 | 1111 | 0 | 110 | 10111110 | 1010111 | 110010 |
Color Harmonies of #10CBEF
Complementary color
Monochromatic Colors of #10CBEF
Black with #10CBEF
Text Example
Text Example
White with #10CBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CBEF; }
p { color: rgb(16,203,239); }
H1.HeaderClassName
{
color: #10CBEF;
}
.AnyTagClassName
{
color: #10CBEF;
}
</style>
background-color css
<style>
a { background-color: #10CBEF; }
a { background-color: rgb(16,203,239); }
div.DivClassName
{
background-color: #10CBEF;
}
.BgClassName
{
background-color: #10CBEF;
}
</style>
border-color css
<style>
span { border-color: #10CBEF; }
span { border-color: rgb(16,203,239); }
td.TdClassName
{
border-color: #10CBEF;
}
.TagClassName
{
border-color: #10CBEF;
}
</style>