Shades of Deep Sky Blue #1CBDEE
Tints of Deep Sky Blue #1CBDEE
RGB
CMYK
RGB Variations
Color information
#1CBDEE (or 0x1CBDEE) is known color: Deep Sky Blue. HEX triplet: 1C, BD and EE. RGB value is (28,189,238). Sum of RGB (Red+Green+Blue) = 28+189+238=455 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.15% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #1CBDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBDEE is #E34211. Grayscale: #929292. Windows color (decimal): -14893586 or 15645980. OLE color: 15645980.
HSL color Cylindrical-coordinate representation of color #1CBDEE: hue angle of 194º 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 #1CBDEE is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 189 | 238 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.07 |
| HSL | 194º | 0.86% | 0.52% | - |
| HSV(B) | 194º | 0.88% | 0.93% | - |
| XYZ | 34.11 | 42.82 | 87.36 | - |
| YUV | 146.45 | 179.66 | 43.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 189 | 238 | 0.88 | 0.21 | 0 | 0.07 | 194 | 0.86 | 0.52 |
| Hex | 1C | BD | EE | 58 | 15 | 0 | 7 | C2 | 56 | 34 |
| Octal | 34 | 275 | 356 | 130 | 25 | 0 | 7 | 302 | 126 | 64 |
| Binary | 11100 | 10111101 | 11101110 | 1011000 | 10101 | 0 | 111 | 11000010 | 1010110 | 110100 |
Color Harmonies of #1CBDEE
Complementary color
Monochromatic Colors of #1CBDEE
Black with #1CBDEE
Text Example
Text Example
White with #1CBDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBDEE; }
p { color: rgb(28,189,238); }
H1.HeaderClassName
{
color: #1CBDEE;
}
.AnyTagClassName
{
color: #1CBDEE;
}
</style>
background-color css
<style>
a { background-color: #1CBDEE; }
a { background-color: rgb(28,189,238); }
div.DivClassName
{
background-color: #1CBDEE;
}
.BgClassName
{
background-color: #1CBDEE;
}
</style>
border-color css
<style>
span { border-color: #1CBDEE; }
span { border-color: rgb(28,189,238); }
td.TdClassName
{
border-color: #1CBDEE;
}
.TagClassName
{
border-color: #1CBDEE;
}
</style>