Shades of Deep Sky Blue #1CCDFF
Tints of Deep Sky Blue #1CCDFF
RGB
CMYK
RGB Variations
Color information
#1CCDFF (or 0x1CCDFF) is known color: Deep Sky Blue. HEX triplet: 1C, CD and FF. RGB value is (28,205,255). Sum of RGB (Red+Green+Blue) = 28+205+255=488 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.74% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CCDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCDFF is #E33200. Grayscale: #9D9D9D. Windows color (decimal): -14889473 or 16764188. OLE color: 16764188.
HSL color Cylindrical-coordinate representation of color #1CCDFF: hue angle of 193.22º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CCDFF is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 205 | 255 | - |
| CMYK | 0.89 | 0.20 | 0 | 0 |
| HSL | 193.22º | 1% | 0.55% | - |
| HSV(B) | 193.22º | 0.89% | 1% | - |
| XYZ | 40.36 | 51.13 | 102.35 | - |
| YUV | 157.78 | 182.86 | 35.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 205 | 255 | 0.89 | 0.20 | 0 | 0 | 193.22 | 1 | 0.55 |
| Hex | 1C | CD | FF | 59 | 14 | 0 | 0 | C1 | 64 | 37 |
| Octal | 34 | 315 | 377 | 131 | 24 | 0 | 0 | 301 | 144 | 67 |
| Binary | 11100 | 11001101 | 11111111 | 1011001 | 10100 | 0 | 0 | 11000001 | 1100100 | 110111 |
Color Harmonies of #1CCDFF
Complementary color
Monochromatic Colors of #1CCDFF
Black with #1CCDFF
Text Example
Text Example
White with #1CCDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCDFF; }
p { color: rgb(28,205,255); }
H1.HeaderClassName
{
color: #1CCDFF;
}
.AnyTagClassName
{
color: #1CCDFF;
}
</style>
background-color css
<style>
a { background-color: #1CCDFF; }
a { background-color: rgb(28,205,255); }
div.DivClassName
{
background-color: #1CCDFF;
}
.BgClassName
{
background-color: #1CCDFF;
}
</style>
border-color css
<style>
span { border-color: #1CCDFF; }
span { border-color: rgb(28,205,255); }
td.TdClassName
{
border-color: #1CCDFF;
}
.TagClassName
{
border-color: #1CCDFF;
}
</style>