Shades of Summer Sky #3CABDD
Tints of Summer Sky #3CABDD
RGB
CMYK
RGB Variations
Color information
#3CABDD (or 0x3CABDD) is known color: Summer Sky. HEX triplet: 3C, AB and DD. RGB value is (60,171,221). Sum of RGB (Red+Green+Blue) = 60+171+221=452 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.27% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #3CABDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CABDD is #C35422. Grayscale: #8F8F8F. Windows color (decimal): -12801059 or 14527292. OLE color: 14527292.
HSL color Cylindrical-coordinate representation of color #3CABDD: hue angle of 198.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 #3CABDD is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 171 | 221 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.13 |
| HSL | 198.63º | 0.7% | 0.55% | - |
| HSV(B) | 198.63º | 0.73% | 0.87% | - |
| XYZ | 29.48 | 35.31 | 73.67 | - |
| YUV | 143.51 | 171.73 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 171 | 221 | 0.73 | 0.23 | 0 | 0.13 | 198.63 | 0.7 | 0.55 |
| Hex | 3C | AB | DD | 49 | 17 | 0 | D | C7 | 46 | 37 |
| Octal | 74 | 253 | 335 | 111 | 27 | 0 | 15 | 307 | 106 | 67 |
| Binary | 111100 | 10101011 | 11011101 | 1001001 | 10111 | 0 | 1101 | 11000111 | 1000110 | 110111 |
Color Harmonies of #3CABDD
Complementary color
Monochromatic Colors of #3CABDD
Black with #3CABDD
Text Example
Text Example
White with #3CABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CABDD; }
p { color: rgb(60,171,221); }
H1.HeaderClassName
{
color: #3CABDD;
}
.AnyTagClassName
{
color: #3CABDD;
}
</style>
background-color css
<style>
a { background-color: #3CABDD; }
a { background-color: rgb(60,171,221); }
div.DivClassName
{
background-color: #3CABDD;
}
.BgClassName
{
background-color: #3CABDD;
}
</style>
border-color css
<style>
span { border-color: #3CABDD; }
span { border-color: rgb(60,171,221); }
td.TdClassName
{
border-color: #3CABDD;
}
.TagClassName
{
border-color: #3CABDD;
}
</style>