Shades of Deep Sky Blue #1BCAED
Tints of Deep Sky Blue #1BCAED
RGB
CMYK
RGB Variations
Color information
#1BCAED (or 0x1BCAED) is known color: Deep Sky Blue. HEX triplet: 1B, CA and ED. RGB value is (27,202,237). Sum of RGB (Red+Green+Blue) = 27+202+237=466 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.79% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #1BCAED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCAED is #E43512. Grayscale: #999999. Windows color (decimal): -14955795 or 15583771. OLE color: 15583771.
HSL color Cylindrical-coordinate representation of color #1BCAED: hue angle of 190º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BCAED is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 202 | 237 | - |
| CMYK | 0.89 | 0.15 | 0 | 0.07 |
| HSL | 190º | 0.85% | 0.52% | - |
| HSV(B) | 190º | 0.89% | 0.93% | - |
| XYZ | 36.86 | 48.59 | 87.56 | - |
| YUV | 153.67 | 175.02 | 37.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 202 | 237 | 0.89 | 0.15 | 0 | 0.07 | 190 | 0.85 | 0.52 |
| Hex | 1B | CA | ED | 59 | F | 0 | 7 | BE | 55 | 34 |
| Octal | 33 | 312 | 355 | 131 | 17 | 0 | 7 | 276 | 125 | 64 |
| Binary | 11011 | 11001010 | 11101101 | 1011001 | 1111 | 0 | 111 | 10111110 | 1010101 | 110100 |
Color Harmonies of #1BCAED
Complementary color
Monochromatic Colors of #1BCAED
Black with #1BCAED
Text Example
Text Example
White with #1BCAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCAED; }
p { color: rgb(27,202,237); }
H1.HeaderClassName
{
color: #1BCAED;
}
.AnyTagClassName
{
color: #1BCAED;
}
</style>
background-color css
<style>
a { background-color: #1BCAED; }
a { background-color: rgb(27,202,237); }
div.DivClassName
{
background-color: #1BCAED;
}
.BgClassName
{
background-color: #1BCAED;
}
</style>
border-color css
<style>
span { border-color: #1BCAED; }
span { border-color: rgb(27,202,237); }
td.TdClassName
{
border-color: #1BCAED;
}
.TagClassName
{
border-color: #1BCAED;
}
</style>