Shades of Deep Sky Blue #1BBCEE
Tints of Deep Sky Blue #1BBCEE
RGB
CMYK
RGB Variations
Color information
#1BBCEE (or 0x1BBCEE) is known color: Deep Sky Blue. HEX triplet: 1B, BC and EE. RGB value is (27,188,238). Sum of RGB (Red+Green+Blue) = 27+188+238=453 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.96% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #1BBCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBCEE is #E44311. Grayscale: #919191. Windows color (decimal): -14959378 or 15645723. OLE color: 15645723.
HSL color Cylindrical-coordinate representation of color #1BBCEE: hue angle of 194.22º degrees, saturation: 0.86, 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 #1BBCEE is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 188 | 238 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.07 |
| HSL | 194.22º | 0.86% | 0.52% | - |
| HSV(B) | 194.22º | 0.89% | 0.93% | - |
| XYZ | 33.87 | 42.37 | 87.28 | - |
| YUV | 145.56 | 180.16 | 43.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 238 | 0.89 | 0.21 | 0 | 0.07 | 194.22 | 0.86 | 0.52 |
| Hex | 1B | BC | EE | 59 | 15 | 0 | 7 | C2 | 56 | 34 |
| Octal | 33 | 274 | 356 | 131 | 25 | 0 | 7 | 302 | 126 | 64 |
| Binary | 11011 | 10111100 | 11101110 | 1011001 | 10101 | 0 | 111 | 11000010 | 1010110 | 110100 |
Color Harmonies of #1BBCEE
Complementary color
Monochromatic Colors of #1BBCEE
Black with #1BBCEE
Text Example
Text Example
White with #1BBCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBCEE; }
p { color: rgb(27,188,238); }
H1.HeaderClassName
{
color: #1BBCEE;
}
.AnyTagClassName
{
color: #1BBCEE;
}
</style>
background-color css
<style>
a { background-color: #1BBCEE; }
a { background-color: rgb(27,188,238); }
div.DivClassName
{
background-color: #1BBCEE;
}
.BgClassName
{
background-color: #1BBCEE;
}
</style>
border-color css
<style>
span { border-color: #1BBCEE; }
span { border-color: rgb(27,188,238); }
td.TdClassName
{
border-color: #1BBCEE;
}
.TagClassName
{
border-color: #1BBCEE;
}
</style>