Shades of Deep Sky Blue #1CC2EA
Tints of Deep Sky Blue #1CC2EA
RGB
CMYK
RGB Variations
Color information
#1CC2EA (or 0x1CC2EA) is known color: Deep Sky Blue. HEX triplet: 1C, C2 and EA. RGB value is (28,194,234). Sum of RGB (Red+Green+Blue) = 28+194+234=456 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.14% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #1CC2EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CC2EA is #E33D15. Grayscale: #949494. Windows color (decimal): -14892310 or 15385116. OLE color: 15385116.
HSL color Cylindrical-coordinate representation of color #1CC2EA: hue angle of 191.65º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CC2EA is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 194 | 234 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.08 |
| HSL | 191.65º | 0.83% | 0.51% | - |
| HSV(B) | 191.65º | 0.88% | 0.92% | - |
| XYZ | 34.62 | 44.77 | 84.66 | - |
| YUV | 148.93 | 176 | 41.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 234 | 0.88 | 0.17 | 0 | 0.08 | 191.65 | 0.83 | 0.51 |
| Hex | 1C | C2 | EA | 58 | 11 | 0 | 8 | C0 | 53 | 33 |
| Octal | 34 | 302 | 352 | 130 | 21 | 0 | 10 | 300 | 123 | 63 |
| Binary | 11100 | 11000010 | 11101010 | 1011000 | 10001 | 0 | 1000 | 11000000 | 1010011 | 110011 |
Color Harmonies of #1CC2EA
Complementary color
Monochromatic Colors of #1CC2EA
Black with #1CC2EA
Text Example
Text Example
White with #1CC2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC2EA; }
p { color: rgb(28,194,234); }
H1.HeaderClassName
{
color: #1CC2EA;
}
.AnyTagClassName
{
color: #1CC2EA;
}
</style>
background-color css
<style>
a { background-color: #1CC2EA; }
a { background-color: rgb(28,194,234); }
div.DivClassName
{
background-color: #1CC2EA;
}
.BgClassName
{
background-color: #1CC2EA;
}
</style>
border-color css
<style>
span { border-color: #1CC2EA; }
span { border-color: rgb(28,194,234); }
td.TdClassName
{
border-color: #1CC2EA;
}
.TagClassName
{
border-color: #1CC2EA;
}
</style>