Shades of Deep Sky Blue #1CC1EF
Tints of Deep Sky Blue #1CC1EF
RGB
CMYK
RGB Variations
Color information
#1CC1EF (or 0x1CC1EF) is known color: Deep Sky Blue. HEX triplet: 1C, C1 and EF. RGB value is (28,193,239). Sum of RGB (Red+Green+Blue) = 28+193+239=460 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.09% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #1CC1EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CC1EF is #E33E10. Grayscale: #949494. Windows color (decimal): -14892561 or 15712540. OLE color: 15712540.
HSL color Cylindrical-coordinate representation of color #1CC1EF: hue angle of 193.08º 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 #1CC1EF is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 193 | 239 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.06 |
| HSL | 193.08º | 0.87% | 0.52% | - |
| HSV(B) | 193.08º | 0.88% | 0.94% | - |
| XYZ | 35.13 | 44.62 | 88.42 | - |
| YUV | 148.91 | 178.84 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 193 | 239 | 0.88 | 0.19 | 0 | 0.06 | 193.08 | 0.87 | 0.52 |
| Hex | 1C | C1 | EF | 58 | 13 | 0 | 6 | C1 | 57 | 34 |
| Octal | 34 | 301 | 357 | 130 | 23 | 0 | 6 | 301 | 127 | 64 |
| Binary | 11100 | 11000001 | 11101111 | 1011000 | 10011 | 0 | 110 | 11000001 | 1010111 | 110100 |
Color Harmonies of #1CC1EF
Complementary color
Monochromatic Colors of #1CC1EF
Black with #1CC1EF
Text Example
Text Example
White with #1CC1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC1EF; }
p { color: rgb(28,193,239); }
H1.HeaderClassName
{
color: #1CC1EF;
}
.AnyTagClassName
{
color: #1CC1EF;
}
</style>
background-color css
<style>
a { background-color: #1CC1EF; }
a { background-color: rgb(28,193,239); }
div.DivClassName
{
background-color: #1CC1EF;
}
.BgClassName
{
background-color: #1CC1EF;
}
</style>
border-color css
<style>
span { border-color: #1CC1EF; }
span { border-color: rgb(28,193,239); }
td.TdClassName
{
border-color: #1CC1EF;
}
.TagClassName
{
border-color: #1CC1EF;
}
</style>