Shades of Summer Sky #3BC7DD
Tints of Summer Sky #3BC7DD
RGB
CMYK
RGB Variations
Color information
#3BC7DD (or 0x3BC7DD) is known color: Summer Sky. HEX triplet: 3B, C7 and DD. RGB value is (59,199,221). Sum of RGB (Red+Green+Blue) = 59+199+221=479 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.32% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #3BC7DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC7DD is #C43822. Grayscale: #9F9F9F. Windows color (decimal): -12859427 or 14534459. OLE color: 14534459.
HSL color Cylindrical-coordinate representation of color #3BC7DD: hue angle of 188.15º degrees, saturation: 0.7, 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 #3BC7DD is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 199 | 221 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.13 |
| HSL | 188.15º | 0.7% | 0.55% | - |
| HSV(B) | 188.15º | 0.73% | 0.87% | - |
| XYZ | 35.28 | 47 | 75.62 | - |
| YUV | 159.65 | 162.62 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 199 | 221 | 0.73 | 0.10 | 0 | 0.13 | 188.15 | 0.7 | 0.55 |
| Hex | 3B | C7 | DD | 49 | A | 0 | D | BC | 46 | 37 |
| Octal | 73 | 307 | 335 | 111 | 12 | 0 | 15 | 274 | 106 | 67 |
| Binary | 111011 | 11000111 | 11011101 | 1001001 | 1010 | 0 | 1101 | 10111100 | 1000110 | 110111 |
Color Harmonies of #3BC7DD
Complementary color
Monochromatic Colors of #3BC7DD
Black with #3BC7DD
Text Example
Text Example
White with #3BC7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC7DD; }
p { color: rgb(59,199,221); }
H1.HeaderClassName
{
color: #3BC7DD;
}
.AnyTagClassName
{
color: #3BC7DD;
}
</style>
background-color css
<style>
a { background-color: #3BC7DD; }
a { background-color: rgb(59,199,221); }
div.DivClassName
{
background-color: #3BC7DD;
}
.BgClassName
{
background-color: #3BC7DD;
}
</style>
border-color css
<style>
span { border-color: #3BC7DD; }
span { border-color: rgb(59,199,221); }
td.TdClassName
{
border-color: #3BC7DD;
}
.TagClassName
{
border-color: #3BC7DD;
}
</style>