Shades of Summer Sky #3CAEFF
Tints of Summer Sky #3CAEFF
RGB
CMYK
RGB Variations
Color information
#3CAEFF (or 0x3CAEFF) is known color: Summer Sky. HEX triplet: 3C, AE and FF. RGB value is (60,174,255). Sum of RGB (Red+Green+Blue) = 60+174+255=489 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.27% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CAEFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CAEFF is #C35100. Grayscale: #949494. Windows color (decimal): -12800257 or 16756284. OLE color: 16756284.
HSL color Cylindrical-coordinate representation of color #3CAEFF: hue angle of 204.92º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CAEFF is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 174 | 255 | - |
| CMYK | 0.76 | 0.32 | 0 | 0 |
| HSL | 204.92º | 1% | 0.62% | - |
| HSV(B) | 204.92º | 0.76% | 1% | - |
| XYZ | 35.05 | 38.45 | 100.18 | - |
| YUV | 149.15 | 187.73 | 64.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 174 | 255 | 0.76 | 0.32 | 0 | 0 | 204.92 | 1 | 0.62 |
| Hex | 3C | AE | FF | 4C | 20 | 0 | 0 | CD | 64 | 3E |
| Octal | 74 | 256 | 377 | 114 | 40 | 0 | 0 | 315 | 144 | 76 |
| Binary | 111100 | 10101110 | 11111111 | 1001100 | 100000 | 0 | 0 | 11001101 | 1100100 | 111110 |
Color Harmonies of #3CAEFF
Complementary color
Monochromatic Colors of #3CAEFF
Black with #3CAEFF
Text Example
Text Example
White with #3CAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAEFF; }
p { color: rgb(60,174,255); }
H1.HeaderClassName
{
color: #3CAEFF;
}
.AnyTagClassName
{
color: #3CAEFF;
}
</style>
background-color css
<style>
a { background-color: #3CAEFF; }
a { background-color: rgb(60,174,255); }
div.DivClassName
{
background-color: #3CAEFF;
}
.BgClassName
{
background-color: #3CAEFF;
}
</style>
border-color css
<style>
span { border-color: #3CAEFF; }
span { border-color: rgb(60,174,255); }
td.TdClassName
{
border-color: #3CAEFF;
}
.TagClassName
{
border-color: #3CAEFF;
}
</style>