Shades of Deep Sky Blue #1CCAEF
Tints of Deep Sky Blue #1CCAEF
RGB
CMYK
RGB Variations
Color information
#1CCAEF (or 0x1CCAEF) is known color: Deep Sky Blue. HEX triplet: 1C, CA and EF. RGB value is (28,202,239). Sum of RGB (Red+Green+Blue) = 28+202+239=469 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.97% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #1CCAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCAEF is #E33510. Grayscale: #999999. Windows color (decimal): -14890257 or 15714844. OLE color: 15714844.
HSL color Cylindrical-coordinate representation of color #1CCAEF: hue angle of 190.52º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CCAEF is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 202 | 239 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.06 |
| HSL | 190.52º | 0.87% | 0.52% | - |
| HSV(B) | 190.52º | 0.88% | 0.94% | - |
| XYZ | 37.18 | 48.72 | 89.11 | - |
| YUV | 154.19 | 175.85 | 37.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 202 | 239 | 0.88 | 0.15 | 0 | 0.06 | 190.52 | 0.87 | 0.52 |
| Hex | 1C | CA | EF | 58 | F | 0 | 6 | BF | 57 | 34 |
| Octal | 34 | 312 | 357 | 130 | 17 | 0 | 6 | 277 | 127 | 64 |
| Binary | 11100 | 11001010 | 11101111 | 1011000 | 1111 | 0 | 110 | 10111111 | 1010111 | 110100 |
Color Harmonies of #1CCAEF
Complementary color
Monochromatic Colors of #1CCAEF
Black with #1CCAEF
Text Example
Text Example
White with #1CCAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCAEF; }
p { color: rgb(28,202,239); }
H1.HeaderClassName
{
color: #1CCAEF;
}
.AnyTagClassName
{
color: #1CCAEF;
}
</style>
background-color css
<style>
a { background-color: #1CCAEF; }
a { background-color: rgb(28,202,239); }
div.DivClassName
{
background-color: #1CCAEF;
}
.BgClassName
{
background-color: #1CCAEF;
}
</style>
border-color css
<style>
span { border-color: #1CCAEF; }
span { border-color: rgb(28,202,239); }
td.TdClassName
{
border-color: #1CCAEF;
}
.TagClassName
{
border-color: #1CCAEF;
}
</style>