Shades of Deep Sky Blue #1BBFEE
Tints of Deep Sky Blue #1BBFEE
RGB
CMYK
RGB Variations
Color information
#1BBFEE (or 0x1BBFEE) is known color: Deep Sky Blue. HEX triplet: 1B, BF and EE. RGB value is (27,191,238). Sum of RGB (Red+Green+Blue) = 27+191+238=456 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.92% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #1BBFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBFEE is #E44011. Grayscale: #929292. Windows color (decimal): -14958610 or 15646491. OLE color: 15646491.
HSL color Cylindrical-coordinate representation of color #1BBFEE: hue angle of 193.36º 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 #1BBFEE is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 191 | 238 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.07 |
| HSL | 193.36º | 0.86% | 0.52% | - |
| HSV(B) | 193.36º | 0.89% | 0.93% | - |
| XYZ | 34.52 | 43.67 | 87.5 | - |
| YUV | 147.32 | 179.17 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 191 | 238 | 0.89 | 0.20 | 0 | 0.07 | 193.36 | 0.86 | 0.52 |
| Hex | 1B | BF | EE | 59 | 14 | 0 | 7 | C1 | 56 | 34 |
| Octal | 33 | 277 | 356 | 131 | 24 | 0 | 7 | 301 | 126 | 64 |
| Binary | 11011 | 10111111 | 11101110 | 1011001 | 10100 | 0 | 111 | 11000001 | 1010110 | 110100 |
Color Harmonies of #1BBFEE
Complementary color
Monochromatic Colors of #1BBFEE
Black with #1BBFEE
Text Example
Text Example
White with #1BBFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBFEE; }
p { color: rgb(27,191,238); }
H1.HeaderClassName
{
color: #1BBFEE;
}
.AnyTagClassName
{
color: #1BBFEE;
}
</style>
background-color css
<style>
a { background-color: #1BBFEE; }
a { background-color: rgb(27,191,238); }
div.DivClassName
{
background-color: #1BBFEE;
}
.BgClassName
{
background-color: #1BBFEE;
}
</style>
border-color css
<style>
span { border-color: #1BBFEE; }
span { border-color: rgb(27,191,238); }
td.TdClassName
{
border-color: #1BBFEE;
}
.TagClassName
{
border-color: #1BBFEE;
}
</style>