Shades of Deep Sky Blue #1CCAEC
Tints of Deep Sky Blue #1CCAEC
RGB
CMYK
RGB Variations
Color information
#1CCAEC (or 0x1CCAEC) is known color: Deep Sky Blue. HEX triplet: 1C, CA and EC. RGB value is (28,202,236). Sum of RGB (Red+Green+Blue) = 28+202+236=466 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.01% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #1CCAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCAEC is #E33513. Grayscale: #999999. Windows color (decimal): -14890260 or 15518236. OLE color: 15518236.
HSL color Cylindrical-coordinate representation of color #1CCAEC: hue angle of 189.81º 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 #1CCAEC is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 202 | 236 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.07 |
| HSL | 189.81º | 0.85% | 0.52% | - |
| HSV(B) | 189.81º | 0.88% | 0.93% | - |
| XYZ | 36.74 | 48.54 | 86.79 | - |
| YUV | 153.85 | 174.35 | 38.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 202 | 236 | 0.88 | 0.14 | 0 | 0.07 | 189.81 | 0.85 | 0.52 |
| Hex | 1C | CA | EC | 58 | E | 0 | 7 | BE | 55 | 34 |
| Octal | 34 | 312 | 354 | 130 | 16 | 0 | 7 | 276 | 125 | 64 |
| Binary | 11100 | 11001010 | 11101100 | 1011000 | 1110 | 0 | 111 | 10111110 | 1010101 | 110100 |
Color Harmonies of #1CCAEC
Complementary color
Monochromatic Colors of #1CCAEC
Black with #1CCAEC
Text Example
Text Example
White with #1CCAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCAEC; }
p { color: rgb(28,202,236); }
H1.HeaderClassName
{
color: #1CCAEC;
}
.AnyTagClassName
{
color: #1CCAEC;
}
</style>
background-color css
<style>
a { background-color: #1CCAEC; }
a { background-color: rgb(28,202,236); }
div.DivClassName
{
background-color: #1CCAEC;
}
.BgClassName
{
background-color: #1CCAEC;
}
</style>
border-color css
<style>
span { border-color: #1CCAEC; }
span { border-color: rgb(28,202,236); }
td.TdClassName
{
border-color: #1CCAEC;
}
.TagClassName
{
border-color: #1CCAEC;
}
</style>