Shades of Deep Sky Blue #1CBBED
Tints of Deep Sky Blue #1CBBED
RGB
CMYK
RGB Variations
Color information
#1CBBED (or 0x1CBBED) is known color: Deep Sky Blue. HEX triplet: 1C, BB and ED. RGB value is (28,187,237). Sum of RGB (Red+Green+Blue) = 28+187+237=452 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.19% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #1CBBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBBED is #E34412. Grayscale: #909090. Windows color (decimal): -14894099 or 15579932. OLE color: 15579932.
HSL color Cylindrical-coordinate representation of color #1CBBED: hue angle of 194.35º 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 #1CBBED is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 187 | 237 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.07 |
| HSL | 194.35º | 0.85% | 0.52% | - |
| HSV(B) | 194.35º | 0.88% | 0.93% | - |
| XYZ | 33.54 | 41.9 | 86.44 | - |
| YUV | 145.16 | 179.82 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 187 | 237 | 0.88 | 0.21 | 0 | 0.07 | 194.35 | 0.85 | 0.52 |
| Hex | 1C | BB | ED | 58 | 15 | 0 | 7 | C2 | 55 | 34 |
| Octal | 34 | 273 | 355 | 130 | 25 | 0 | 7 | 302 | 125 | 64 |
| Binary | 11100 | 10111011 | 11101101 | 1011000 | 10101 | 0 | 111 | 11000010 | 1010101 | 110100 |
Color Harmonies of #1CBBED
Complementary color
Monochromatic Colors of #1CBBED
Black with #1CBBED
Text Example
Text Example
White with #1CBBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBBED; }
p { color: rgb(28,187,237); }
H1.HeaderClassName
{
color: #1CBBED;
}
.AnyTagClassName
{
color: #1CBBED;
}
</style>
background-color css
<style>
a { background-color: #1CBBED; }
a { background-color: rgb(28,187,237); }
div.DivClassName
{
background-color: #1CBBED;
}
.BgClassName
{
background-color: #1CBBED;
}
</style>
border-color css
<style>
span { border-color: #1CBBED; }
span { border-color: rgb(28,187,237); }
td.TdClassName
{
border-color: #1CBBED;
}
.TagClassName
{
border-color: #1CBBED;
}
</style>