Shades of Deep Sky Blue #1CCDEE
Tints of Deep Sky Blue #1CCDEE
RGB
CMYK
RGB Variations
Color information
#1CCDEE (or 0x1CCDEE) is known color: Deep Sky Blue. HEX triplet: 1C, CD and EE. RGB value is (28,205,238). Sum of RGB (Red+Green+Blue) = 28+205+238=471 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.94% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #1CCDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCDEE is #E33211. Grayscale: #9B9B9B. Windows color (decimal): -14889490 or 15650076. OLE color: 15650076.
HSL color Cylindrical-coordinate representation of color #1CCDEE: hue angle of 189.43º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CCDEE is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 205 | 238 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.07 |
| HSL | 189.43º | 0.86% | 0.52% | - |
| HSV(B) | 189.43º | 0.88% | 0.93% | - |
| XYZ | 37.74 | 50.08 | 88.57 | - |
| YUV | 155.84 | 174.36 | 36.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 205 | 238 | 0.88 | 0.14 | 0 | 0.07 | 189.43 | 0.86 | 0.52 |
| Hex | 1C | CD | EE | 58 | E | 0 | 7 | BD | 56 | 34 |
| Octal | 34 | 315 | 356 | 130 | 16 | 0 | 7 | 275 | 126 | 64 |
| Binary | 11100 | 11001101 | 11101110 | 1011000 | 1110 | 0 | 111 | 10111101 | 1010110 | 110100 |
Color Harmonies of #1CCDEE
Complementary color
Monochromatic Colors of #1CCDEE
Black with #1CCDEE
Text Example
Text Example
White with #1CCDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCDEE; }
p { color: rgb(28,205,238); }
H1.HeaderClassName
{
color: #1CCDEE;
}
.AnyTagClassName
{
color: #1CCDEE;
}
</style>
background-color css
<style>
a { background-color: #1CCDEE; }
a { background-color: rgb(28,205,238); }
div.DivClassName
{
background-color: #1CCDEE;
}
.BgClassName
{
background-color: #1CCDEE;
}
</style>
border-color css
<style>
span { border-color: #1CCDEE; }
span { border-color: rgb(28,205,238); }
td.TdClassName
{
border-color: #1CCDEE;
}
.TagClassName
{
border-color: #1CCDEE;
}
</style>