Shades of Deep Sky Blue #1BBEFF
Tints of Deep Sky Blue #1BBEFF
RGB
CMYK
RGB Variations
Color information
#1BBEFF (or 0x1BBEFF) is known color: Deep Sky Blue. HEX triplet: 1B, BE and FF. RGB value is (27,190,255). Sum of RGB (Red+Green+Blue) = 27+190+255=472 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.72% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #1BBEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBEFF is #E44100. Grayscale: #949494. Windows color (decimal): -14958849 or 16760347. OLE color: 16760347.
HSL color Cylindrical-coordinate representation of color #1BBEFF: hue angle of 197.11º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BBEFF is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 190 | 255 | - |
| CMYK | 0.89 | 0.25 | 0 | 0 |
| HSL | 197.11º | 1% | 0.55% | - |
| HSV(B) | 197.11º | 0.89% | 1% | - |
| XYZ | 36.92 | 44.28 | 101.21 | - |
| YUV | 148.67 | 188 | 41.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 190 | 255 | 0.89 | 0.25 | 0 | 0 | 197.11 | 1 | 0.55 |
| Hex | 1B | BE | FF | 59 | 19 | 0 | 0 | C5 | 64 | 37 |
| Octal | 33 | 276 | 377 | 131 | 31 | 0 | 0 | 305 | 144 | 67 |
| Binary | 11011 | 10111110 | 11111111 | 1011001 | 11001 | 0 | 0 | 11000101 | 1100100 | 110111 |
Color Harmonies of #1BBEFF
Complementary color
Monochromatic Colors of #1BBEFF
Black with #1BBEFF
Text Example
Text Example
White with #1BBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBEFF; }
p { color: rgb(27,190,255); }
H1.HeaderClassName
{
color: #1BBEFF;
}
.AnyTagClassName
{
color: #1BBEFF;
}
</style>
background-color css
<style>
a { background-color: #1BBEFF; }
a { background-color: rgb(27,190,255); }
div.DivClassName
{
background-color: #1BBEFF;
}
.BgClassName
{
background-color: #1BBEFF;
}
</style>
border-color css
<style>
span { border-color: #1BBEFF; }
span { border-color: rgb(27,190,255); }
td.TdClassName
{
border-color: #1BBEFF;
}
.TagClassName
{
border-color: #1BBEFF;
}
</style>