Shades of Deep Sky Blue #1BBEEE
Tints of Deep Sky Blue #1BBEEE
RGB
CMYK
RGB Variations
Color information
#1BBEEE (or 0x1BBEEE) is known color: Deep Sky Blue. HEX triplet: 1B, BE and EE. RGB value is (27,190,238). Sum of RGB (Red+Green+Blue) = 27+190+238=455 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.93% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #1BBEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBEEE is #E44111. Grayscale: #929292. Windows color (decimal): -14958866 or 15646235. OLE color: 15646235.
HSL color Cylindrical-coordinate representation of color #1BBEEE: hue angle of 193.65º 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 #1BBEEE is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 190 | 238 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.07 |
| HSL | 193.65º | 0.86% | 0.52% | - |
| HSV(B) | 193.65º | 0.89% | 0.93% | - |
| XYZ | 34.3 | 43.23 | 87.43 | - |
| YUV | 146.74 | 179.5 | 42.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 190 | 238 | 0.89 | 0.20 | 0 | 0.07 | 193.65 | 0.86 | 0.52 |
| Hex | 1B | BE | EE | 59 | 14 | 0 | 7 | C2 | 56 | 34 |
| Octal | 33 | 276 | 356 | 131 | 24 | 0 | 7 | 302 | 126 | 64 |
| Binary | 11011 | 10111110 | 11101110 | 1011001 | 10100 | 0 | 111 | 11000010 | 1010110 | 110100 |
Color Harmonies of #1BBEEE
Complementary color
Monochromatic Colors of #1BBEEE
Black with #1BBEEE
Text Example
Text Example
White with #1BBEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBEEE; }
p { color: rgb(27,190,238); }
H1.HeaderClassName
{
color: #1BBEEE;
}
.AnyTagClassName
{
color: #1BBEEE;
}
</style>
background-color css
<style>
a { background-color: #1BBEEE; }
a { background-color: rgb(27,190,238); }
div.DivClassName
{
background-color: #1BBEEE;
}
.BgClassName
{
background-color: #1BBEEE;
}
</style>
border-color css
<style>
span { border-color: #1BBEEE; }
span { border-color: rgb(27,190,238); }
td.TdClassName
{
border-color: #1BBEEE;
}
.TagClassName
{
border-color: #1BBEEE;
}
</style>