Shades of Summer Sky #3BC3DD
Tints of Summer Sky #3BC3DD
RGB
CMYK
RGB Variations
Color information
#3BC3DD (or 0x3BC3DD) is known color: Summer Sky. HEX triplet: 3B, C3 and DD. RGB value is (59,195,221). Sum of RGB (Red+Green+Blue) = 59+195+221=475 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.42% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #3BC3DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC3DD is #C43C22. Grayscale: #9D9D9D. Windows color (decimal): -12860451 or 14533435. OLE color: 14533435.
HSL color Cylindrical-coordinate representation of color #3BC3DD: hue angle of 189.63º 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 #3BC3DD is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 195 | 221 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.13 |
| HSL | 189.63º | 0.7% | 0.55% | - |
| HSV(B) | 189.63º | 0.73% | 0.87% | - |
| XYZ | 34.37 | 45.18 | 75.32 | - |
| YUV | 157.3 | 163.94 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 195 | 221 | 0.73 | 0.12 | 0 | 0.13 | 189.63 | 0.7 | 0.55 |
| Hex | 3B | C3 | DD | 49 | C | 0 | D | BE | 46 | 37 |
| Octal | 73 | 303 | 335 | 111 | 14 | 0 | 15 | 276 | 106 | 67 |
| Binary | 111011 | 11000011 | 11011101 | 1001001 | 1100 | 0 | 1101 | 10111110 | 1000110 | 110111 |
Color Harmonies of #3BC3DD
Complementary color
Monochromatic Colors of #3BC3DD
Black with #3BC3DD
Text Example
Text Example
White with #3BC3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC3DD; }
p { color: rgb(59,195,221); }
H1.HeaderClassName
{
color: #3BC3DD;
}
.AnyTagClassName
{
color: #3BC3DD;
}
</style>
background-color css
<style>
a { background-color: #3BC3DD; }
a { background-color: rgb(59,195,221); }
div.DivClassName
{
background-color: #3BC3DD;
}
.BgClassName
{
background-color: #3BC3DD;
}
</style>
border-color css
<style>
span { border-color: #3BC3DD; }
span { border-color: rgb(59,195,221); }
td.TdClassName
{
border-color: #3BC3DD;
}
.TagClassName
{
border-color: #3BC3DD;
}
</style>