Shades of Summer Sky #3CABDF
Tints of Summer Sky #3CABDF
RGB
CMYK
RGB Variations
Color information
#3CABDF (or 0x3CABDF) is known color: Summer Sky. HEX triplet: 3C, AB and DF. RGB value is (60,171,223). Sum of RGB (Red+Green+Blue) = 60+171+223=454 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.22% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #3CABDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CABDF is #C35420. Grayscale: #8F8F8F. Windows color (decimal): -12801057 or 14658364. OLE color: 14658364.
HSL color Cylindrical-coordinate representation of color #3CABDF: hue angle of 199.14º degrees, saturation: 0.72, 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 #3CABDF is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 171 | 223 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.13 |
| HSL | 199.14º | 0.72% | 0.55% | - |
| HSV(B) | 199.14º | 0.73% | 0.87% | - |
| XYZ | 29.75 | 35.41 | 75.08 | - |
| YUV | 143.74 | 172.73 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 171 | 223 | 0.73 | 0.23 | 0 | 0.13 | 199.14 | 0.72 | 0.55 |
| Hex | 3C | AB | DF | 49 | 17 | 0 | D | C7 | 48 | 37 |
| Octal | 74 | 253 | 337 | 111 | 27 | 0 | 15 | 307 | 110 | 67 |
| Binary | 111100 | 10101011 | 11011111 | 1001001 | 10111 | 0 | 1101 | 11000111 | 1001000 | 110111 |
Color Harmonies of #3CABDF
Complementary color
Monochromatic Colors of #3CABDF
Black with #3CABDF
Text Example
Text Example
White with #3CABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CABDF; }
p { color: rgb(60,171,223); }
H1.HeaderClassName
{
color: #3CABDF;
}
.AnyTagClassName
{
color: #3CABDF;
}
</style>
background-color css
<style>
a { background-color: #3CABDF; }
a { background-color: rgb(60,171,223); }
div.DivClassName
{
background-color: #3CABDF;
}
.BgClassName
{
background-color: #3CABDF;
}
</style>
border-color css
<style>
span { border-color: #3CABDF; }
span { border-color: rgb(60,171,223); }
td.TdClassName
{
border-color: #3CABDF;
}
.TagClassName
{
border-color: #3CABDF;
}
</style>