Shades of Deep Sky Blue #10CBFD
Tints of Deep Sky Blue #10CBFD
RGB
CMYK
RGB Variations
Color information
#10CBFD (or 0x10CBFD) is known color: Deep Sky Blue. HEX triplet: 10, CB and FD. RGB value is (16,203,253). Sum of RGB (Red+Green+Blue) = 16+203+253=472 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.39% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #10CBFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CBFD is #EF3402. Grayscale: #989898. Windows color (decimal): -15676419 or 16632592. OLE color: 16632592.
HSL color Cylindrical-coordinate representation of color #10CBFD: hue angle of 192.66º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10CBFD is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 203 | 253 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.01 |
| HSL | 192.66º | 0.98% | 0.53% | - |
| HSV(B) | 192.66º | 0.94% | 0.99% | - |
| XYZ | 39.3 | 49.91 | 100.49 | - |
| YUV | 152.79 | 184.55 | 30.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 203 | 253 | 0.94 | 0.20 | 0 | 0.01 | 192.66 | 0.98 | 0.53 |
| Hex | 10 | CB | FD | 5E | 14 | 0 | 1 | C1 | 62 | 35 |
| Octal | 20 | 313 | 375 | 136 | 24 | 0 | 1 | 301 | 142 | 65 |
| Binary | 10000 | 11001011 | 11111101 | 1011110 | 10100 | 0 | 1 | 11000001 | 1100010 | 110101 |
Color Harmonies of #10CBFD
Complementary color
Monochromatic Colors of #10CBFD
Black with #10CBFD
Text Example
Text Example
White with #10CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CBFD; }
p { color: rgb(16,203,253); }
H1.HeaderClassName
{
color: #10CBFD;
}
.AnyTagClassName
{
color: #10CBFD;
}
</style>
background-color css
<style>
a { background-color: #10CBFD; }
a { background-color: rgb(16,203,253); }
div.DivClassName
{
background-color: #10CBFD;
}
.BgClassName
{
background-color: #10CBFD;
}
</style>
border-color css
<style>
span { border-color: #10CBFD; }
span { border-color: rgb(16,203,253); }
td.TdClassName
{
border-color: #10CBFD;
}
.TagClassName
{
border-color: #10CBFD;
}
</style>