Shades of Deep Sky Blue #1CBCEE
Tints of Deep Sky Blue #1CBCEE
RGB
CMYK
RGB Variations
Color information
#1CBCEE (or 0x1CBCEE) is known color: Deep Sky Blue. HEX triplet: 1C, BC and EE. RGB value is (28,188,238). Sum of RGB (Red+Green+Blue) = 28+188+238=454 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.17% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #1CBCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBCEE is #E34311. Grayscale: #919191. Windows color (decimal): -14893842 or 15645724. OLE color: 15645724.
HSL color Cylindrical-coordinate representation of color #1CBCEE: hue angle of 194.29º degrees, saturation: 0.86, 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 #1CBCEE is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 188 | 238 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.07 |
| HSL | 194.29º | 0.86% | 0.52% | - |
| HSV(B) | 194.29º | 0.88% | 0.93% | - |
| XYZ | 33.89 | 42.39 | 87.28 | - |
| YUV | 145.86 | 179.99 | 43.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 238 | 0.88 | 0.21 | 0 | 0.07 | 194.29 | 0.86 | 0.52 |
| Hex | 1C | BC | EE | 58 | 15 | 0 | 7 | C2 | 56 | 34 |
| Octal | 34 | 274 | 356 | 130 | 25 | 0 | 7 | 302 | 126 | 64 |
| Binary | 11100 | 10111100 | 11101110 | 1011000 | 10101 | 0 | 111 | 11000010 | 1010110 | 110100 |
Color Harmonies of #1CBCEE
Complementary color
Monochromatic Colors of #1CBCEE
Black with #1CBCEE
Text Example
Text Example
White with #1CBCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBCEE; }
p { color: rgb(28,188,238); }
H1.HeaderClassName
{
color: #1CBCEE;
}
.AnyTagClassName
{
color: #1CBCEE;
}
</style>
background-color css
<style>
a { background-color: #1CBCEE; }
a { background-color: rgb(28,188,238); }
div.DivClassName
{
background-color: #1CBCEE;
}
.BgClassName
{
background-color: #1CBCEE;
}
</style>
border-color css
<style>
span { border-color: #1CBCEE; }
span { border-color: rgb(28,188,238); }
td.TdClassName
{
border-color: #1CBCEE;
}
.TagClassName
{
border-color: #1CBCEE;
}
</style>