Shades of Summer Sky #3CADDA
Tints of Summer Sky #3CADDA
RGB
CMYK
RGB Variations
Color information
#3CADDA (or 0x3CADDA) is known color: Summer Sky. HEX triplet: 3C, AD and DA. RGB value is (60,173,218). Sum of RGB (Red+Green+Blue) = 60+173+218=451 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.30% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #3CADDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CADDA is #C35225. Grayscale: #909090. Windows color (decimal): -12800550 or 14331196. OLE color: 14331196.
HSL color Cylindrical-coordinate representation of color #3CADDA: hue angle of 197.09º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CADDA is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 173 | 218 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.15 |
| HSL | 197.09º | 0.68% | 0.55% | - |
| HSV(B) | 197.09º | 0.72% | 0.85% | - |
| XYZ | 29.46 | 35.91 | 71.71 | - |
| YUV | 144.34 | 169.56 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 173 | 218 | 0.72 | 0.21 | 0 | 0.15 | 197.09 | 0.68 | 0.55 |
| Hex | 3C | AD | DA | 48 | 15 | 0 | F | C5 | 44 | 37 |
| Octal | 74 | 255 | 332 | 110 | 25 | 0 | 17 | 305 | 104 | 67 |
| Binary | 111100 | 10101101 | 11011010 | 1001000 | 10101 | 0 | 1111 | 11000101 | 1000100 | 110111 |
Color Harmonies of #3CADDA
Complementary color
Monochromatic Colors of #3CADDA
Black with #3CADDA
Text Example
Text Example
White with #3CADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CADDA; }
p { color: rgb(60,173,218); }
H1.HeaderClassName
{
color: #3CADDA;
}
.AnyTagClassName
{
color: #3CADDA;
}
</style>
background-color css
<style>
a { background-color: #3CADDA; }
a { background-color: rgb(60,173,218); }
div.DivClassName
{
background-color: #3CADDA;
}
.BgClassName
{
background-color: #3CADDA;
}
</style>
border-color css
<style>
span { border-color: #3CADDA; }
span { border-color: rgb(60,173,218); }
td.TdClassName
{
border-color: #3CADDA;
}
.TagClassName
{
border-color: #3CADDA;
}
</style>