Shades of Deep Sky Blue #10CBFF
Tints of Deep Sky Blue #10CBFF
RGB
CMYK
RGB Variations
Color information
#10CBFF (or 0x10CBFF) is known color: Deep Sky Blue. HEX triplet: 10, CB and FF. RGB value is (16,203,255). Sum of RGB (Red+Green+Blue) = 16+203+255=474 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.38% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #10CBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CBFF is #EF3400. Grayscale: #989898. Windows color (decimal): -15676417 or 16763664. OLE color: 16763664.
HSL color Cylindrical-coordinate representation of color #10CBFF: hue angle of 193.05º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10CBFF is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 203 | 255 | - |
| CMYK | 0.94 | 0.20 | 0 | 0 |
| HSL | 193.05º | 1% | 0.53% | - |
| HSV(B) | 193.05º | 0.94% | 1% | - |
| XYZ | 39.62 | 50.04 | 102.18 | - |
| YUV | 153.02 | 185.55 | 30.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 203 | 255 | 0.94 | 0.20 | 0 | 0 | 193.05 | 1 | 0.53 |
| Hex | 10 | CB | FF | 5E | 14 | 0 | 0 | C1 | 64 | 35 |
| Octal | 20 | 313 | 377 | 136 | 24 | 0 | 0 | 301 | 144 | 65 |
| Binary | 10000 | 11001011 | 11111111 | 1011110 | 10100 | 0 | 0 | 11000001 | 1100100 | 110101 |
Color Harmonies of #10CBFF
Complementary color
Monochromatic Colors of #10CBFF
Black with #10CBFF
Text Example
Text Example
White with #10CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CBFF; }
p { color: rgb(16,203,255); }
H1.HeaderClassName
{
color: #10CBFF;
}
.AnyTagClassName
{
color: #10CBFF;
}
</style>
background-color css
<style>
a { background-color: #10CBFF; }
a { background-color: rgb(16,203,255); }
div.DivClassName
{
background-color: #10CBFF;
}
.BgClassName
{
background-color: #10CBFF;
}
</style>
border-color css
<style>
span { border-color: #10CBFF; }
span { border-color: rgb(16,203,255); }
td.TdClassName
{
border-color: #10CBFF;
}
.TagClassName
{
border-color: #10CBFF;
}
</style>