Shades of Summer Sky #3BC2DD
Tints of Summer Sky #3BC2DD
RGB
CMYK
RGB Variations
Color information
#3BC2DD (or 0x3BC2DD) is known color: Summer Sky. HEX triplet: 3B, C2 and DD. RGB value is (59,194,221). Sum of RGB (Red+Green+Blue) = 59+194+221=474 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.45% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #3BC2DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC2DD is #C43D22. Grayscale: #9C9C9C. Windows color (decimal): -12860707 or 14533179. OLE color: 14533179.
HSL color Cylindrical-coordinate representation of color #3BC2DD: hue angle of 190º 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 #3BC2DD is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 194 | 221 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.13 |
| HSL | 190º | 0.7% | 0.55% | - |
| HSV(B) | 190º | 0.73% | 0.87% | - |
| XYZ | 34.15 | 44.73 | 75.24 | - |
| YUV | 156.71 | 164.27 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 194 | 221 | 0.73 | 0.12 | 0 | 0.13 | 190 | 0.7 | 0.55 |
| Hex | 3B | C2 | DD | 49 | C | 0 | D | BE | 46 | 37 |
| Octal | 73 | 302 | 335 | 111 | 14 | 0 | 15 | 276 | 106 | 67 |
| Binary | 111011 | 11000010 | 11011101 | 1001001 | 1100 | 0 | 1101 | 10111110 | 1000110 | 110111 |
Color Harmonies of #3BC2DD
Complementary color
Monochromatic Colors of #3BC2DD
Black with #3BC2DD
Text Example
Text Example
White with #3BC2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC2DD; }
p { color: rgb(59,194,221); }
H1.HeaderClassName
{
color: #3BC2DD;
}
.AnyTagClassName
{
color: #3BC2DD;
}
</style>
background-color css
<style>
a { background-color: #3BC2DD; }
a { background-color: rgb(59,194,221); }
div.DivClassName
{
background-color: #3BC2DD;
}
.BgClassName
{
background-color: #3BC2DD;
}
</style>
border-color css
<style>
span { border-color: #3BC2DD; }
span { border-color: rgb(59,194,221); }
td.TdClassName
{
border-color: #3BC2DD;
}
.TagClassName
{
border-color: #3BC2DD;
}
</style>