Shades of Deep Sky Blue #1CBEEE
Tints of Deep Sky Blue #1CBEEE
RGB
CMYK
RGB Variations
Color information
#1CBEEE (or 0x1CBEEE) is known color: Deep Sky Blue. HEX triplet: 1C, BE and EE. RGB value is (28,190,238). Sum of RGB (Red+Green+Blue) = 28+190+238=456 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.14% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #1CBEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBEEE is #E34111. Grayscale: #929292. Windows color (decimal): -14893330 or 15646236. OLE color: 15646236.
HSL color Cylindrical-coordinate representation of color #1CBEEE: hue angle of 193.71º 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 #1CBEEE is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 190 | 238 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.07 |
| HSL | 193.71º | 0.86% | 0.52% | - |
| HSV(B) | 193.71º | 0.88% | 0.93% | - |
| XYZ | 34.32 | 43.25 | 87.43 | - |
| YUV | 147.03 | 179.33 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 190 | 238 | 0.88 | 0.20 | 0 | 0.07 | 193.71 | 0.86 | 0.52 |
| Hex | 1C | BE | EE | 58 | 14 | 0 | 7 | C2 | 56 | 34 |
| Octal | 34 | 276 | 356 | 130 | 24 | 0 | 7 | 302 | 126 | 64 |
| Binary | 11100 | 10111110 | 11101110 | 1011000 | 10100 | 0 | 111 | 11000010 | 1010110 | 110100 |
Color Harmonies of #1CBEEE
Complementary color
Monochromatic Colors of #1CBEEE
Black with #1CBEEE
Text Example
Text Example
White with #1CBEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBEEE; }
p { color: rgb(28,190,238); }
H1.HeaderClassName
{
color: #1CBEEE;
}
.AnyTagClassName
{
color: #1CBEEE;
}
</style>
background-color css
<style>
a { background-color: #1CBEEE; }
a { background-color: rgb(28,190,238); }
div.DivClassName
{
background-color: #1CBEEE;
}
.BgClassName
{
background-color: #1CBEEE;
}
</style>
border-color css
<style>
span { border-color: #1CBEEE; }
span { border-color: rgb(28,190,238); }
td.TdClassName
{
border-color: #1CBEEE;
}
.TagClassName
{
border-color: #1CBEEE;
}
</style>