Shades of Summer Sky #3BBCDA
Tints of Summer Sky #3BBCDA
RGB
CMYK
RGB Variations
Color information
#3BBCDA (or 0x3BBCDA) is known color: Summer Sky. HEX triplet: 3B, BC and DA. RGB value is (59,188,218). Sum of RGB (Red+Green+Blue) = 59+188+218=465 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.69% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #3BBCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBCDA is #C44325. Grayscale: #989898. Windows color (decimal): -12862246 or 14335035. OLE color: 14335035.
HSL color Cylindrical-coordinate representation of color #3BBCDA: hue angle of 191.32º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BBCDA is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 188 | 218 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.15 |
| HSL | 191.32º | 0.68% | 0.54% | - |
| HSV(B) | 191.32º | 0.73% | 0.85% | - |
| XYZ | 32.44 | 41.96 | 72.72 | - |
| YUV | 152.85 | 164.76 | 61.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 218 | 0.73 | 0.14 | 0 | 0.15 | 191.32 | 0.68 | 0.54 |
| Hex | 3B | BC | DA | 49 | E | 0 | F | BF | 44 | 36 |
| Octal | 73 | 274 | 332 | 111 | 16 | 0 | 17 | 277 | 104 | 66 |
| Binary | 111011 | 10111100 | 11011010 | 1001001 | 1110 | 0 | 1111 | 10111111 | 1000100 | 110110 |
Color Harmonies of #3BBCDA
Complementary color
Monochromatic Colors of #3BBCDA
Black with #3BBCDA
Text Example
Text Example
White with #3BBCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBCDA; }
p { color: rgb(59,188,218); }
H1.HeaderClassName
{
color: #3BBCDA;
}
.AnyTagClassName
{
color: #3BBCDA;
}
</style>
background-color css
<style>
a { background-color: #3BBCDA; }
a { background-color: rgb(59,188,218); }
div.DivClassName
{
background-color: #3BBCDA;
}
.BgClassName
{
background-color: #3BBCDA;
}
</style>
border-color css
<style>
span { border-color: #3BBCDA; }
span { border-color: rgb(59,188,218); }
td.TdClassName
{
border-color: #3BBCDA;
}
.TagClassName
{
border-color: #3BBCDA;
}
</style>