Shades of Deep Sky Blue #1CC3EA
Tints of Deep Sky Blue #1CC3EA
RGB
CMYK
RGB Variations
Color information
#1CC3EA (or 0x1CC3EA) is known color: Deep Sky Blue. HEX triplet: 1C, C3 and EA. RGB value is (28,195,234). Sum of RGB (Red+Green+Blue) = 28+195+234=457 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.13% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #1CC3EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CC3EA is #E33C15. Grayscale: #959595. Windows color (decimal): -14892054 or 15385372. OLE color: 15385372.
HSL color Cylindrical-coordinate representation of color #1CC3EA: hue angle of 191.36º 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 #1CC3EA is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 195 | 234 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.08 |
| HSL | 191.36º | 0.83% | 0.51% | - |
| HSV(B) | 191.36º | 0.88% | 0.92% | - |
| XYZ | 34.85 | 45.22 | 84.73 | - |
| YUV | 149.51 | 175.67 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 195 | 234 | 0.88 | 0.17 | 0 | 0.08 | 191.36 | 0.83 | 0.51 |
| Hex | 1C | C3 | EA | 58 | 11 | 0 | 8 | BF | 53 | 33 |
| Octal | 34 | 303 | 352 | 130 | 21 | 0 | 10 | 277 | 123 | 63 |
| Binary | 11100 | 11000011 | 11101010 | 1011000 | 10001 | 0 | 1000 | 10111111 | 1010011 | 110011 |
Color Harmonies of #1CC3EA
Complementary color
Monochromatic Colors of #1CC3EA
Black with #1CC3EA
Text Example
Text Example
White with #1CC3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC3EA; }
p { color: rgb(28,195,234); }
H1.HeaderClassName
{
color: #1CC3EA;
}
.AnyTagClassName
{
color: #1CC3EA;
}
</style>
background-color css
<style>
a { background-color: #1CC3EA; }
a { background-color: rgb(28,195,234); }
div.DivClassName
{
background-color: #1CC3EA;
}
.BgClassName
{
background-color: #1CC3EA;
}
</style>
border-color css
<style>
span { border-color: #1CC3EA; }
span { border-color: rgb(28,195,234); }
td.TdClassName
{
border-color: #1CC3EA;
}
.TagClassName
{
border-color: #1CC3EA;
}
</style>