Shades of Deep Sky Blue #10CBFE
Tints of Deep Sky Blue #10CBFE
RGB
CMYK
RGB Variations
Color information
#10CBFE (or 0x10CBFE) is known color: Deep Sky Blue. HEX triplet: 10, CB and FE. RGB value is (16,203,254). Sum of RGB (Red+Green+Blue) = 16+203+254=473 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.38% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #10CBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CBFE is #EF3401. Grayscale: #989898. Windows color (decimal): -15676418 or 16698128. OLE color: 16698128.
HSL color Cylindrical-coordinate representation of color #10CBFE: hue angle of 192.86º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10CBFE is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 203 | 254 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.00 |
| HSL | 192.86º | 0.99% | 0.53% | - |
| HSV(B) | 192.86º | 0.94% | 1% | - |
| XYZ | 39.46 | 49.98 | 101.33 | - |
| YUV | 152.9 | 185.05 | 30.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 203 | 254 | 0.94 | 0.20 | 0 | 0.00 | 192.86 | 0.99 | 0.53 |
| Hex | 10 | CB | FE | 5E | 14 | 0 | 0 | C1 | 63 | 35 |
| Octal | 20 | 313 | 376 | 136 | 24 | 0 | 0 | 301 | 143 | 65 |
| Binary | 10000 | 11001011 | 11111110 | 1011110 | 10100 | 0 | 0 | 11000001 | 1100011 | 110101 |
Color Harmonies of #10CBFE
Complementary color
Monochromatic Colors of #10CBFE
Black with #10CBFE
Text Example
Text Example
White with #10CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CBFE; }
p { color: rgb(16,203,254); }
H1.HeaderClassName
{
color: #10CBFE;
}
.AnyTagClassName
{
color: #10CBFE;
}
</style>
background-color css
<style>
a { background-color: #10CBFE; }
a { background-color: rgb(16,203,254); }
div.DivClassName
{
background-color: #10CBFE;
}
.BgClassName
{
background-color: #10CBFE;
}
</style>
border-color css
<style>
span { border-color: #10CBFE; }
span { border-color: rgb(16,203,254); }
td.TdClassName
{
border-color: #10CBFE;
}
.TagClassName
{
border-color: #10CBFE;
}
</style>