Shades of Deep Sky Blue #1BCEEC
Tints of Deep Sky Blue #1BCEEC
RGB
CMYK
RGB Variations
Color information
#1BCEEC (or 0x1BCEEC) is known color: Deep Sky Blue. HEX triplet: 1B, CE and EC. RGB value is (27,206,236). Sum of RGB (Red+Green+Blue) = 27+206+236=469 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.76% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #1BCEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BCEEC is #E43113. Grayscale: #9B9B9B. Windows color (decimal): -14954772 or 15519259. OLE color: 15519259.
HSL color Cylindrical-coordinate representation of color #1BCEEC: hue angle of 188.61º 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 #1BCEEC is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 206 | 236 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.07 |
| HSL | 188.61º | 0.85% | 0.52% | - |
| HSV(B) | 188.61º | 0.89% | 0.93% | - |
| XYZ | 37.66 | 50.43 | 87.11 | - |
| YUV | 155.9 | 173.2 | 36.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 206 | 236 | 0.89 | 0.13 | 0 | 0.07 | 188.61 | 0.85 | 0.52 |
| Hex | 1B | CE | EC | 59 | D | 0 | 7 | BD | 55 | 34 |
| Octal | 33 | 316 | 354 | 131 | 15 | 0 | 7 | 275 | 125 | 64 |
| Binary | 11011 | 11001110 | 11101100 | 1011001 | 1101 | 0 | 111 | 10111101 | 1010101 | 110100 |
Color Harmonies of #1BCEEC
Complementary color
Monochromatic Colors of #1BCEEC
Black with #1BCEEC
Text Example
Text Example
White with #1BCEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCEEC; }
p { color: rgb(27,206,236); }
H1.HeaderClassName
{
color: #1BCEEC;
}
.AnyTagClassName
{
color: #1BCEEC;
}
</style>
background-color css
<style>
a { background-color: #1BCEEC; }
a { background-color: rgb(27,206,236); }
div.DivClassName
{
background-color: #1BCEEC;
}
.BgClassName
{
background-color: #1BCEEC;
}
</style>
border-color css
<style>
span { border-color: #1BCEEC; }
span { border-color: rgb(27,206,236); }
td.TdClassName
{
border-color: #1BCEEC;
}
.TagClassName
{
border-color: #1BCEEC;
}
</style>