Shades of Deep Sky Blue #1CCEED
Tints of Deep Sky Blue #1CCEED
RGB
CMYK
RGB Variations
Color information
#1CCEED (or 0x1CCEED) is known color: Deep Sky Blue. HEX triplet: 1C, CE and ED. RGB value is (28,206,237). Sum of RGB (Red+Green+Blue) = 28+206+237=471 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.94% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #1CCEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCEED is #E33112. Grayscale: #9C9C9C. Windows color (decimal): -14889235 or 15584796. OLE color: 15584796.
HSL color Cylindrical-coordinate representation of color #1CCEED: hue angle of 188.9º degrees, saturation: 0.85, 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 #1CCEED is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 206 | 237 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.07 |
| HSL | 188.9º | 0.85% | 0.52% | - |
| HSV(B) | 188.9º | 0.88% | 0.93% | - |
| XYZ | 37.84 | 50.5 | 87.87 | - |
| YUV | 156.31 | 173.53 | 36.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 206 | 237 | 0.88 | 0.13 | 0 | 0.07 | 188.9 | 0.85 | 0.52 |
| Hex | 1C | CE | ED | 58 | D | 0 | 7 | BD | 55 | 34 |
| Octal | 34 | 316 | 355 | 130 | 15 | 0 | 7 | 275 | 125 | 64 |
| Binary | 11100 | 11001110 | 11101101 | 1011000 | 1101 | 0 | 111 | 10111101 | 1010101 | 110100 |
Color Harmonies of #1CCEED
Complementary color
Monochromatic Colors of #1CCEED
Black with #1CCEED
Text Example
Text Example
White with #1CCEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCEED; }
p { color: rgb(28,206,237); }
H1.HeaderClassName
{
color: #1CCEED;
}
.AnyTagClassName
{
color: #1CCEED;
}
</style>
background-color css
<style>
a { background-color: #1CCEED; }
a { background-color: rgb(28,206,237); }
div.DivClassName
{
background-color: #1CCEED;
}
.BgClassName
{
background-color: #1CCEED;
}
</style>
border-color css
<style>
span { border-color: #1CCEED; }
span { border-color: rgb(28,206,237); }
td.TdClassName
{
border-color: #1CCEED;
}
.TagClassName
{
border-color: #1CCEED;
}
</style>