Shades of Deep Sky Blue #1CCDEB
Tints of Deep Sky Blue #1CCDEB
RGB
CMYK
RGB Variations
Color information
#1CCDEB (or 0x1CCDEB) is known color: Deep Sky Blue. HEX triplet: 1C, CD and EB. RGB value is (28,205,235). Sum of RGB (Red+Green+Blue) = 28+205+235=468 (61% of max value = 765). Red value is 28 (11.33% from 255 or 5.98% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #1CCDEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCDEB is #E33214. Grayscale: #9B9B9B. Windows color (decimal): -14889493 or 15453468. OLE color: 15453468.
HSL color Cylindrical-coordinate representation of color #1CCDEB: hue angle of 188.7º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CCDEB is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 205 | 235 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.08 |
| HSL | 188.7º | 0.84% | 0.52% | - |
| HSV(B) | 188.7º | 0.88% | 0.92% | - |
| XYZ | 37.31 | 49.91 | 86.26 | - |
| YUV | 155.5 | 172.86 | 37.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 205 | 235 | 0.88 | 0.13 | 0 | 0.08 | 188.7 | 0.84 | 0.52 |
| Hex | 1C | CD | EB | 58 | D | 0 | 8 | BD | 54 | 34 |
| Octal | 34 | 315 | 353 | 130 | 15 | 0 | 10 | 275 | 124 | 64 |
| Binary | 11100 | 11001101 | 11101011 | 1011000 | 1101 | 0 | 1000 | 10111101 | 1010100 | 110100 |
Color Harmonies of #1CCDEB
Complementary color
Monochromatic Colors of #1CCDEB
Black with #1CCDEB
Text Example
Text Example
White with #1CCDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCDEB; }
p { color: rgb(28,205,235); }
H1.HeaderClassName
{
color: #1CCDEB;
}
.AnyTagClassName
{
color: #1CCDEB;
}
</style>
background-color css
<style>
a { background-color: #1CCDEB; }
a { background-color: rgb(28,205,235); }
div.DivClassName
{
background-color: #1CCDEB;
}
.BgClassName
{
background-color: #1CCDEB;
}
</style>
border-color css
<style>
span { border-color: #1CCDEB; }
span { border-color: rgb(28,205,235); }
td.TdClassName
{
border-color: #1CCDEB;
}
.TagClassName
{
border-color: #1CCDEB;
}
</style>