Shades of Deep Sky Blue #1CCDFA
Tints of Deep Sky Blue #1CCDFA
RGB
CMYK
RGB Variations
Color information
#1CCDFA (or 0x1CCDFA) is known color: Deep Sky Blue. HEX triplet: 1C, CD and FA. RGB value is (28,205,250). Sum of RGB (Red+Green+Blue) = 28+205+250=483 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.80% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #1CCDFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCDFA is #E33205. Grayscale: #9C9C9C. Windows color (decimal): -14889478 or 16436508. OLE color: 16436508.
HSL color Cylindrical-coordinate representation of color #1CCDFA: hue angle of 192.16º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CCDFA is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 205 | 250 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.02 |
| HSL | 192.16º | 0.96% | 0.55% | - |
| HSV(B) | 192.16º | 0.89% | 0.98% | - |
| XYZ | 39.57 | 50.81 | 98.16 | - |
| YUV | 157.21 | 180.36 | 35.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 205 | 250 | 0.89 | 0.18 | 0 | 0.02 | 192.16 | 0.96 | 0.55 |
| Hex | 1C | CD | FA | 59 | 12 | 0 | 2 | C0 | 60 | 37 |
| Octal | 34 | 315 | 372 | 131 | 22 | 0 | 2 | 300 | 140 | 67 |
| Binary | 11100 | 11001101 | 11111010 | 1011001 | 10010 | 0 | 10 | 11000000 | 1100000 | 110111 |
Color Harmonies of #1CCDFA
Complementary color
Monochromatic Colors of #1CCDFA
Black with #1CCDFA
Text Example
Text Example
White with #1CCDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCDFA; }
p { color: rgb(28,205,250); }
H1.HeaderClassName
{
color: #1CCDFA;
}
.AnyTagClassName
{
color: #1CCDFA;
}
</style>
background-color css
<style>
a { background-color: #1CCDFA; }
a { background-color: rgb(28,205,250); }
div.DivClassName
{
background-color: #1CCDFA;
}
.BgClassName
{
background-color: #1CCDFA;
}
</style>
border-color css
<style>
span { border-color: #1CCDFA; }
span { border-color: rgb(28,205,250); }
td.TdClassName
{
border-color: #1CCDFA;
}
.TagClassName
{
border-color: #1CCDFA;
}
</style>