Shades of Summer Sky #3CAEEE
Tints of Summer Sky #3CAEEE
RGB
CMYK
RGB Variations
Color information
#3CAEEE (or 0x3CAEEE) is known color: Summer Sky. HEX triplet: 3C, AE and EE. RGB value is (60,174,238). Sum of RGB (Red+Green+Blue) = 60+174+238=472 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.71% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #3CAEEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CAEEE is #C35111. Grayscale: #929292. Windows color (decimal): -12800274 or 15642172. OLE color: 15642172.
HSL color Cylindrical-coordinate representation of color #3CAEEE: hue angle of 201.57º 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 #3CAEEE is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 174 | 238 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.07 |
| HSL | 201.57º | 0.84% | 0.58% | - |
| HSV(B) | 201.57º | 0.75% | 0.93% | - |
| XYZ | 32.43 | 37.41 | 86.4 | - |
| YUV | 147.21 | 179.23 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 174 | 238 | 0.75 | 0.27 | 0 | 0.07 | 201.57 | 0.84 | 0.58 |
| Hex | 3C | AE | EE | 4B | 1B | 0 | 7 | CA | 54 | 3A |
| Octal | 74 | 256 | 356 | 113 | 33 | 0 | 7 | 312 | 124 | 72 |
| Binary | 111100 | 10101110 | 11101110 | 1001011 | 11011 | 0 | 111 | 11001010 | 1010100 | 111010 |
Color Harmonies of #3CAEEE
Complementary color
Monochromatic Colors of #3CAEEE
Black with #3CAEEE
Text Example
Text Example
White with #3CAEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAEEE; }
p { color: rgb(60,174,238); }
H1.HeaderClassName
{
color: #3CAEEE;
}
.AnyTagClassName
{
color: #3CAEEE;
}
</style>
background-color css
<style>
a { background-color: #3CAEEE; }
a { background-color: rgb(60,174,238); }
div.DivClassName
{
background-color: #3CAEEE;
}
.BgClassName
{
background-color: #3CAEEE;
}
</style>
border-color css
<style>
span { border-color: #3CAEEE; }
span { border-color: rgb(60,174,238); }
td.TdClassName
{
border-color: #3CAEEE;
}
.TagClassName
{
border-color: #3CAEEE;
}
</style>