Shades of Summer Sky #3CA7EE
Tints of Summer Sky #3CA7EE
RGB
CMYK
RGB Variations
Color information
#3CA7EE (or 0x3CA7EE) is known color: Summer Sky. HEX triplet: 3C, A7 and EE. RGB value is (60,167,238). Sum of RGB (Red+Green+Blue) = 60+167+238=465 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.90% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #3CA7EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CA7EE is #C35811. Grayscale: #8E8E8E. Windows color (decimal): -12802066 or 15640380. OLE color: 15640380.
HSL color Cylindrical-coordinate representation of color #3CA7EE: hue angle of 203.93º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CA7EE is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 167 | 238 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.07 |
| HSL | 203.93º | 0.84% | 0.58% | - |
| HSV(B) | 203.93º | 0.75% | 0.93% | - |
| XYZ | 31.11 | 34.77 | 85.96 | - |
| YUV | 143.1 | 181.55 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 167 | 238 | 0.75 | 0.30 | 0 | 0.07 | 203.93 | 0.84 | 0.58 |
| Hex | 3C | A7 | EE | 4B | 1E | 0 | 7 | CC | 54 | 3A |
| Octal | 74 | 247 | 356 | 113 | 36 | 0 | 7 | 314 | 124 | 72 |
| Binary | 111100 | 10100111 | 11101110 | 1001011 | 11110 | 0 | 111 | 11001100 | 1010100 | 111010 |
Color Harmonies of #3CA7EE
Complementary color
Monochromatic Colors of #3CA7EE
Black with #3CA7EE
Text Example
Text Example
White with #3CA7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA7EE; }
p { color: rgb(60,167,238); }
H1.HeaderClassName
{
color: #3CA7EE;
}
.AnyTagClassName
{
color: #3CA7EE;
}
</style>
background-color css
<style>
a { background-color: #3CA7EE; }
a { background-color: rgb(60,167,238); }
div.DivClassName
{
background-color: #3CA7EE;
}
.BgClassName
{
background-color: #3CA7EE;
}
</style>
border-color css
<style>
span { border-color: #3CA7EE; }
span { border-color: rgb(60,167,238); }
td.TdClassName
{
border-color: #3CA7EE;
}
.TagClassName
{
border-color: #3CA7EE;
}
</style>