Shades of Deep Sky Blue #1CBAEE
Tints of Deep Sky Blue #1CBAEE
RGB
CMYK
RGB Variations
Color information
#1CBAEE (or 0x1CBAEE) is known color: Deep Sky Blue. HEX triplet: 1C, BA and EE. RGB value is (28,186,238). Sum of RGB (Red+Green+Blue) = 28+186+238=452 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.19% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #1CBAEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBAEE is #E34511. Grayscale: #909090. Windows color (decimal): -14894354 or 15645212. OLE color: 15645212.
HSL color Cylindrical-coordinate representation of color #1CBAEE: hue angle of 194.86º 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 #1CBAEE is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 186 | 238 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.07 |
| HSL | 194.86º | 0.86% | 0.52% | - |
| HSV(B) | 194.86º | 0.88% | 0.93% | - |
| XYZ | 33.47 | 41.54 | 87.14 | - |
| YUV | 144.69 | 180.65 | 44.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 238 | 0.88 | 0.22 | 0 | 0.07 | 194.86 | 0.86 | 0.52 |
| Hex | 1C | BA | EE | 58 | 16 | 0 | 7 | C3 | 56 | 34 |
| Octal | 34 | 272 | 356 | 130 | 26 | 0 | 7 | 303 | 126 | 64 |
| Binary | 11100 | 10111010 | 11101110 | 1011000 | 10110 | 0 | 111 | 11000011 | 1010110 | 110100 |
Color Harmonies of #1CBAEE
Complementary color
Monochromatic Colors of #1CBAEE
Black with #1CBAEE
Text Example
Text Example
White with #1CBAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBAEE; }
p { color: rgb(28,186,238); }
H1.HeaderClassName
{
color: #1CBAEE;
}
.AnyTagClassName
{
color: #1CBAEE;
}
</style>
background-color css
<style>
a { background-color: #1CBAEE; }
a { background-color: rgb(28,186,238); }
div.DivClassName
{
background-color: #1CBAEE;
}
.BgClassName
{
background-color: #1CBAEE;
}
</style>
border-color css
<style>
span { border-color: #1CBAEE; }
span { border-color: rgb(28,186,238); }
td.TdClassName
{
border-color: #1CBAEE;
}
.TagClassName
{
border-color: #1CBAEE;
}
</style>