Shades of Deep Sky Blue #1CBEEC
Tints of Deep Sky Blue #1CBEEC
RGB
CMYK
RGB Variations
Color information
#1CBEEC (or 0x1CBEEC) is known color: Deep Sky Blue. HEX triplet: 1C, BE and EC. RGB value is (28,190,236). Sum of RGB (Red+Green+Blue) = 28+190+236=454 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.17% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #1CBEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBEEC is #E34113. Grayscale: #929292. Windows color (decimal): -14893332 or 15515164. OLE color: 15515164.
HSL color Cylindrical-coordinate representation of color #1CBEEC: hue angle of 193.27º 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 #1CBEEC is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 190 | 236 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.07 |
| HSL | 193.27º | 0.85% | 0.52% | - |
| HSV(B) | 193.27º | 0.88% | 0.93% | - |
| XYZ | 34.03 | 43.13 | 85.89 | - |
| YUV | 146.81 | 178.33 | 43.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 190 | 236 | 0.88 | 0.19 | 0 | 0.07 | 193.27 | 0.85 | 0.52 |
| Hex | 1C | BE | EC | 58 | 13 | 0 | 7 | C1 | 55 | 34 |
| Octal | 34 | 276 | 354 | 130 | 23 | 0 | 7 | 301 | 125 | 64 |
| Binary | 11100 | 10111110 | 11101100 | 1011000 | 10011 | 0 | 111 | 11000001 | 1010101 | 110100 |
Color Harmonies of #1CBEEC
Complementary color
Monochromatic Colors of #1CBEEC
Black with #1CBEEC
Text Example
Text Example
White with #1CBEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBEEC; }
p { color: rgb(28,190,236); }
H1.HeaderClassName
{
color: #1CBEEC;
}
.AnyTagClassName
{
color: #1CBEEC;
}
</style>
background-color css
<style>
a { background-color: #1CBEEC; }
a { background-color: rgb(28,190,236); }
div.DivClassName
{
background-color: #1CBEEC;
}
.BgClassName
{
background-color: #1CBEEC;
}
</style>
border-color css
<style>
span { border-color: #1CBEEC; }
span { border-color: rgb(28,190,236); }
td.TdClassName
{
border-color: #1CBEEC;
}
.TagClassName
{
border-color: #1CBEEC;
}
</style>