Shades of Summer Sky #3BBBDE
Tints of Summer Sky #3BBBDE
RGB
CMYK
RGB Variations
Color information
#3BBBDE (or 0x3BBBDE) is known color: Summer Sky. HEX triplet: 3B, BB and DE. RGB value is (59,187,222). Sum of RGB (Red+Green+Blue) = 59+187+222=468 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.61% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #3BBBDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBBDE is #C44421. Grayscale: #989898. Windows color (decimal): -12862498 or 14596923. OLE color: 14596923.
HSL color Cylindrical-coordinate representation of color #3BBBDE: hue angle of 192.88º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BBBDE is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 187 | 222 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.13 |
| HSL | 192.88º | 0.71% | 0.55% | - |
| HSV(B) | 192.88º | 0.73% | 0.87% | - |
| XYZ | 32.76 | 41.74 | 75.44 | - |
| YUV | 152.72 | 167.09 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 187 | 222 | 0.73 | 0.16 | 0 | 0.13 | 192.88 | 0.71 | 0.55 |
| Hex | 3B | BB | DE | 49 | 10 | 0 | D | C1 | 47 | 37 |
| Octal | 73 | 273 | 336 | 111 | 20 | 0 | 15 | 301 | 107 | 67 |
| Binary | 111011 | 10111011 | 11011110 | 1001001 | 10000 | 0 | 1101 | 11000001 | 1000111 | 110111 |
Color Harmonies of #3BBBDE
Complementary color
Monochromatic Colors of #3BBBDE
Black with #3BBBDE
Text Example
Text Example
White with #3BBBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBBDE; }
p { color: rgb(59,187,222); }
H1.HeaderClassName
{
color: #3BBBDE;
}
.AnyTagClassName
{
color: #3BBBDE;
}
</style>
background-color css
<style>
a { background-color: #3BBBDE; }
a { background-color: rgb(59,187,222); }
div.DivClassName
{
background-color: #3BBBDE;
}
.BgClassName
{
background-color: #3BBBDE;
}
</style>
border-color css
<style>
span { border-color: #3BBBDE; }
span { border-color: rgb(59,187,222); }
td.TdClassName
{
border-color: #3BBBDE;
}
.TagClassName
{
border-color: #3BBBDE;
}
</style>