Shades of Summer Sky #3CCAEC
Tints of Summer Sky #3CCAEC
RGB
CMYK
RGB Variations
Color information
#3CCAEC (or 0x3CCAEC) is known color: Summer Sky. HEX triplet: 3C, CA and EC. RGB value is (60,202,236). Sum of RGB (Red+Green+Blue) = 60+202+236=498 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.05% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #3CCAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CCAEC is #C33513. Grayscale: #A3A3A3. Windows color (decimal): -12793108 or 15518268. OLE color: 15518268.
HSL color Cylindrical-coordinate representation of color #3CCAEC: hue angle of 191.59º degrees, saturation: 0.82, 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 #3CCAEC is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 202 | 236 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.07 |
| HSL | 191.59º | 0.82% | 0.58% | - |
| HSV(B) | 191.59º | 0.75% | 0.93% | - |
| XYZ | 38.12 | 49.26 | 86.86 | - |
| YUV | 163.42 | 168.96 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 236 | 0.75 | 0.14 | 0 | 0.07 | 191.59 | 0.82 | 0.58 |
| Hex | 3C | CA | EC | 4B | E | 0 | 7 | C0 | 52 | 3A |
| Octal | 74 | 312 | 354 | 113 | 16 | 0 | 7 | 300 | 122 | 72 |
| Binary | 111100 | 11001010 | 11101100 | 1001011 | 1110 | 0 | 111 | 11000000 | 1010010 | 111010 |
Color Harmonies of #3CCAEC
Complementary color
Monochromatic Colors of #3CCAEC
Black with #3CCAEC
Text Example
Text Example
White with #3CCAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCAEC; }
p { color: rgb(60,202,236); }
H1.HeaderClassName
{
color: #3CCAEC;
}
.AnyTagClassName
{
color: #3CCAEC;
}
</style>
background-color css
<style>
a { background-color: #3CCAEC; }
a { background-color: rgb(60,202,236); }
div.DivClassName
{
background-color: #3CCAEC;
}
.BgClassName
{
background-color: #3CCAEC;
}
</style>
border-color css
<style>
span { border-color: #3CCAEC; }
span { border-color: rgb(60,202,236); }
td.TdClassName
{
border-color: #3CCAEC;
}
.TagClassName
{
border-color: #3CCAEC;
}
</style>