Shades of Summer Sky #3CAAEF
Tints of Summer Sky #3CAAEF
RGB
CMYK
RGB Variations
Color information
#3CAAEF (or 0x3CAAEF) is known color: Summer Sky. HEX triplet: 3C, AA and EF. RGB value is (60,170,239). Sum of RGB (Red+Green+Blue) = 60+170+239=469 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.79% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #3CAAEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CAAEF is #C35510. Grayscale: #909090. Windows color (decimal): -12801297 or 15706684. OLE color: 15706684.
HSL color Cylindrical-coordinate representation of color #3CAAEF: hue angle of 203.13º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CAAEF is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 170 | 239 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.06 |
| HSL | 203.13º | 0.85% | 0.59% | - |
| HSV(B) | 203.13º | 0.75% | 0.94% | - |
| XYZ | 31.82 | 35.94 | 86.92 | - |
| YUV | 144.98 | 181.06 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 239 | 0.75 | 0.29 | 0 | 0.06 | 203.13 | 0.85 | 0.59 |
| Hex | 3C | AA | EF | 4B | 1D | 0 | 6 | CB | 55 | 3B |
| Octal | 74 | 252 | 357 | 113 | 35 | 0 | 6 | 313 | 125 | 73 |
| Binary | 111100 | 10101010 | 11101111 | 1001011 | 11101 | 0 | 110 | 11001011 | 1010101 | 111011 |
Color Harmonies of #3CAAEF
Complementary color
Monochromatic Colors of #3CAAEF
Black with #3CAAEF
Text Example
Text Example
White with #3CAAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAAEF; }
p { color: rgb(60,170,239); }
H1.HeaderClassName
{
color: #3CAAEF;
}
.AnyTagClassName
{
color: #3CAAEF;
}
</style>
background-color css
<style>
a { background-color: #3CAAEF; }
a { background-color: rgb(60,170,239); }
div.DivClassName
{
background-color: #3CAAEF;
}
.BgClassName
{
background-color: #3CAAEF;
}
</style>
border-color css
<style>
span { border-color: #3CAAEF; }
span { border-color: rgb(60,170,239); }
td.TdClassName
{
border-color: #3CAAEF;
}
.TagClassName
{
border-color: #3CAAEF;
}
</style>