Shades of Summer Sky #3CAAFF
Tints of Summer Sky #3CAAFF
RGB
CMYK
RGB Variations
Color information
#3CAAFF (or 0x3CAAFF) is known color: Summer Sky. HEX triplet: 3C, AA and FF. RGB value is (60,170,255). Sum of RGB (Red+Green+Blue) = 60+170+255=485 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.37% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CAAFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CAAFF is #C35500. Grayscale: #929292. Windows color (decimal): -12801281 or 16755260. OLE color: 16755260.
HSL color Cylindrical-coordinate representation of color #3CAAFF: hue angle of 206.15º 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 #3CAAFF is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 170 | 255 | - |
| CMYK | 0.76 | 0.33 | 0 | 0 |
| HSL | 206.15º | 1% | 0.62% | - |
| HSV(B) | 206.15º | 0.76% | 1% | - |
| XYZ | 34.29 | 36.93 | 99.93 | - |
| YUV | 146.8 | 189.06 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 255 | 0.76 | 0.33 | 0 | 0 | 206.15 | 1 | 0.62 |
| Hex | 3C | AA | FF | 4C | 21 | 0 | 0 | CE | 64 | 3E |
| Octal | 74 | 252 | 377 | 114 | 41 | 0 | 0 | 316 | 144 | 76 |
| Binary | 111100 | 10101010 | 11111111 | 1001100 | 100001 | 0 | 0 | 11001110 | 1100100 | 111110 |
Color Harmonies of #3CAAFF
Complementary color
Monochromatic Colors of #3CAAFF
Black with #3CAAFF
Text Example
Text Example
White with #3CAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAAFF; }
p { color: rgb(60,170,255); }
H1.HeaderClassName
{
color: #3CAAFF;
}
.AnyTagClassName
{
color: #3CAAFF;
}
</style>
background-color css
<style>
a { background-color: #3CAAFF; }
a { background-color: rgb(60,170,255); }
div.DivClassName
{
background-color: #3CAAFF;
}
.BgClassName
{
background-color: #3CAAFF;
}
</style>
border-color css
<style>
span { border-color: #3CAAFF; }
span { border-color: rgb(60,170,255); }
td.TdClassName
{
border-color: #3CAAFF;
}
.TagClassName
{
border-color: #3CAAFF;
}
</style>