Shades of Summer Sky #3CA5DF
Tints of Summer Sky #3CA5DF
RGB
CMYK
RGB Variations
Color information
#3CA5DF (or 0x3CA5DF) is known color: Summer Sky. HEX triplet: 3C, A5 and DF. RGB value is (60,165,223). Sum of RGB (Red+Green+Blue) = 60+165+223=448 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.39% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #3CA5DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA5DF is #C35A20. Grayscale: #8B8B8B. Windows color (decimal): -12802593 or 14656828. OLE color: 14656828.
HSL color Cylindrical-coordinate representation of color #3CA5DF: hue angle of 201.35º 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 #3CA5DF is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 165 | 223 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.13 |
| HSL | 201.35º | 0.72% | 0.55% | - |
| HSV(B) | 201.35º | 0.73% | 0.87% | - |
| XYZ | 28.64 | 33.2 | 74.71 | - |
| YUV | 140.22 | 174.71 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 165 | 223 | 0.73 | 0.26 | 0 | 0.13 | 201.35 | 0.72 | 0.55 |
| Hex | 3C | A5 | DF | 49 | 1A | 0 | D | C9 | 48 | 37 |
| Octal | 74 | 245 | 337 | 111 | 32 | 0 | 15 | 311 | 110 | 67 |
| Binary | 111100 | 10100101 | 11011111 | 1001001 | 11010 | 0 | 1101 | 11001001 | 1001000 | 110111 |
Color Harmonies of #3CA5DF
Complementary color
Monochromatic Colors of #3CA5DF
Black with #3CA5DF
Text Example
Text Example
White with #3CA5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA5DF; }
p { color: rgb(60,165,223); }
H1.HeaderClassName
{
color: #3CA5DF;
}
.AnyTagClassName
{
color: #3CA5DF;
}
</style>
background-color css
<style>
a { background-color: #3CA5DF; }
a { background-color: rgb(60,165,223); }
div.DivClassName
{
background-color: #3CA5DF;
}
.BgClassName
{
background-color: #3CA5DF;
}
</style>
border-color css
<style>
span { border-color: #3CA5DF; }
span { border-color: rgb(60,165,223); }
td.TdClassName
{
border-color: #3CA5DF;
}
.TagClassName
{
border-color: #3CA5DF;
}
</style>