Shades of Deep Sky Blue #1BBEEC
Tints of Deep Sky Blue #1BBEEC
RGB
CMYK
RGB Variations
Color information
#1BBEEC (or 0x1BBEEC) is known color: Deep Sky Blue. HEX triplet: 1B, BE and EC. RGB value is (27,190,236). Sum of RGB (Red+Green+Blue) = 27+190+236=453 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.96% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #1BBEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBEEC is #E44113. Grayscale: #929292. Windows color (decimal): -14958868 or 15515163. OLE color: 15515163.
HSL color Cylindrical-coordinate representation of color #1BBEEC: hue angle of 193.21º 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 #1BBEEC is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 190 | 236 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.07 |
| HSL | 193.21º | 0.85% | 0.52% | - |
| HSV(B) | 193.21º | 0.89% | 0.93% | - |
| XYZ | 34.01 | 43.12 | 85.89 | - |
| YUV | 146.51 | 178.5 | 42.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 190 | 236 | 0.89 | 0.19 | 0 | 0.07 | 193.21 | 0.85 | 0.52 |
| Hex | 1B | BE | EC | 59 | 13 | 0 | 7 | C1 | 55 | 34 |
| Octal | 33 | 276 | 354 | 131 | 23 | 0 | 7 | 301 | 125 | 64 |
| Binary | 11011 | 10111110 | 11101100 | 1011001 | 10011 | 0 | 111 | 11000001 | 1010101 | 110100 |
Color Harmonies of #1BBEEC
Complementary color
Monochromatic Colors of #1BBEEC
Black with #1BBEEC
Text Example
Text Example
White with #1BBEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBEEC; }
p { color: rgb(27,190,236); }
H1.HeaderClassName
{
color: #1BBEEC;
}
.AnyTagClassName
{
color: #1BBEEC;
}
</style>
background-color css
<style>
a { background-color: #1BBEEC; }
a { background-color: rgb(27,190,236); }
div.DivClassName
{
background-color: #1BBEEC;
}
.BgClassName
{
background-color: #1BBEEC;
}
</style>
border-color css
<style>
span { border-color: #1BBEEC; }
span { border-color: rgb(27,190,236); }
td.TdClassName
{
border-color: #1BBEEC;
}
.TagClassName
{
border-color: #1BBEEC;
}
</style>