Shades of Summer Sky #3BBEDE
Tints of Summer Sky #3BBEDE
RGB
CMYK
RGB Variations
Color information
#3BBEDE (or 0x3BBEDE) is known color: Summer Sky. HEX triplet: 3B, BE and DE. RGB value is (59,190,222). Sum of RGB (Red+Green+Blue) = 59+190+222=471 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.53% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #3BBEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBEDE is #C44121. Grayscale: #9A9A9A. Windows color (decimal): -12861730 or 14597691. OLE color: 14597691.
HSL color Cylindrical-coordinate representation of color #3BBEDE: hue angle of 191.78º 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 #3BBEDE is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 190 | 222 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.13 |
| HSL | 191.78º | 0.71% | 0.55% | - |
| HSV(B) | 191.78º | 0.73% | 0.87% | - |
| XYZ | 33.4 | 43.03 | 75.65 | - |
| YUV | 154.48 | 166.1 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 190 | 222 | 0.73 | 0.14 | 0 | 0.13 | 191.78 | 0.71 | 0.55 |
| Hex | 3B | BE | DE | 49 | E | 0 | D | C0 | 47 | 37 |
| Octal | 73 | 276 | 336 | 111 | 16 | 0 | 15 | 300 | 107 | 67 |
| Binary | 111011 | 10111110 | 11011110 | 1001001 | 1110 | 0 | 1101 | 11000000 | 1000111 | 110111 |
Color Harmonies of #3BBEDE
Complementary color
Monochromatic Colors of #3BBEDE
Black with #3BBEDE
Text Example
Text Example
White with #3BBEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBEDE; }
p { color: rgb(59,190,222); }
H1.HeaderClassName
{
color: #3BBEDE;
}
.AnyTagClassName
{
color: #3BBEDE;
}
</style>
background-color css
<style>
a { background-color: #3BBEDE; }
a { background-color: rgb(59,190,222); }
div.DivClassName
{
background-color: #3BBEDE;
}
.BgClassName
{
background-color: #3BBEDE;
}
</style>
border-color css
<style>
span { border-color: #3BBEDE; }
span { border-color: rgb(59,190,222); }
td.TdClassName
{
border-color: #3BBEDE;
}
.TagClassName
{
border-color: #3BBEDE;
}
</style>