Shades of Deep Sky Blue #10CBFC
Tints of Deep Sky Blue #10CBFC
RGB
CMYK
RGB Variations
Color information
#10CBFC (or 0x10CBFC) is known color: Deep Sky Blue. HEX triplet: 10, CB and FC. RGB value is (16,203,252). Sum of RGB (Red+Green+Blue) = 16+203+252=471 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.40% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #10CBFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CBFC is #EF3403. Grayscale: #989898. Windows color (decimal): -15676420 or 16567056. OLE color: 16567056.
HSL color Cylindrical-coordinate representation of color #10CBFC: hue angle of 192.46º 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 #10CBFC is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 203 | 252 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.01 |
| HSL | 192.46º | 0.98% | 0.53% | - |
| HSV(B) | 192.46º | 0.94% | 0.99% | - |
| XYZ | 39.14 | 49.85 | 99.65 | - |
| YUV | 152.67 | 184.05 | 30.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 203 | 252 | 0.94 | 0.19 | 0 | 0.01 | 192.46 | 0.98 | 0.53 |
| Hex | 10 | CB | FC | 5E | 13 | 0 | 1 | C0 | 62 | 35 |
| Octal | 20 | 313 | 374 | 136 | 23 | 0 | 1 | 300 | 142 | 65 |
| Binary | 10000 | 11001011 | 11111100 | 1011110 | 10011 | 0 | 1 | 11000000 | 1100010 | 110101 |
Color Harmonies of #10CBFC
Complementary color
Monochromatic Colors of #10CBFC
Black with #10CBFC
Text Example
Text Example
White with #10CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CBFC; }
p { color: rgb(16,203,252); }
H1.HeaderClassName
{
color: #10CBFC;
}
.AnyTagClassName
{
color: #10CBFC;
}
</style>
background-color css
<style>
a { background-color: #10CBFC; }
a { background-color: rgb(16,203,252); }
div.DivClassName
{
background-color: #10CBFC;
}
.BgClassName
{
background-color: #10CBFC;
}
</style>
border-color css
<style>
span { border-color: #10CBFC; }
span { border-color: rgb(16,203,252); }
td.TdClassName
{
border-color: #10CBFC;
}
.TagClassName
{
border-color: #10CBFC;
}
</style>