Shades of Deep Sky Blue #1CCDFC
Tints of Deep Sky Blue #1CCDFC
RGB
CMYK
RGB Variations
Color information
#1CCDFC (or 0x1CCDFC) is known color: Deep Sky Blue. HEX triplet: 1C, CD and FC. RGB value is (28,205,252). Sum of RGB (Red+Green+Blue) = 28+205+252=485 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.77% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #1CCDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCDFC is #E33203. Grayscale: #9D9D9D. Windows color (decimal): -14889476 or 16567580. OLE color: 16567580.
HSL color Cylindrical-coordinate representation of color #1CCDFC: hue angle of 192.59º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CCDFC is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 205 | 252 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.01 |
| HSL | 192.59º | 0.97% | 0.55% | - |
| HSV(B) | 192.59º | 0.89% | 0.99% | - |
| XYZ | 39.88 | 50.94 | 99.83 | - |
| YUV | 157.44 | 181.36 | 35.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 205 | 252 | 0.89 | 0.19 | 0 | 0.01 | 192.59 | 0.97 | 0.55 |
| Hex | 1C | CD | FC | 59 | 13 | 0 | 1 | C1 | 61 | 37 |
| Octal | 34 | 315 | 374 | 131 | 23 | 0 | 1 | 301 | 141 | 67 |
| Binary | 11100 | 11001101 | 11111100 | 1011001 | 10011 | 0 | 1 | 11000001 | 1100001 | 110111 |
Color Harmonies of #1CCDFC
Complementary color
Monochromatic Colors of #1CCDFC
Black with #1CCDFC
Text Example
Text Example
White with #1CCDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCDFC; }
p { color: rgb(28,205,252); }
H1.HeaderClassName
{
color: #1CCDFC;
}
.AnyTagClassName
{
color: #1CCDFC;
}
</style>
background-color css
<style>
a { background-color: #1CCDFC; }
a { background-color: rgb(28,205,252); }
div.DivClassName
{
background-color: #1CCDFC;
}
.BgClassName
{
background-color: #1CCDFC;
}
</style>
border-color css
<style>
span { border-color: #1CCDFC; }
span { border-color: rgb(28,205,252); }
td.TdClassName
{
border-color: #1CCDFC;
}
.TagClassName
{
border-color: #1CCDFC;
}
</style>