Shades of Summer Sky #3CACFE
Tints of Summer Sky #3CACFE
RGB
CMYK
RGB Variations
Color information
#3CACFE (or 0x3CACFE) is known color: Summer Sky. HEX triplet: 3C, AC and FE. RGB value is (60,172,254). Sum of RGB (Red+Green+Blue) = 60+172+254=486 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.35% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #3CACFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CACFE is #C35301. Grayscale: #939393. Windows color (decimal): -12800770 or 16690236. OLE color: 16690236.
HSL color Cylindrical-coordinate representation of color #3CACFE: hue angle of 205.36º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CACFE is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 172 | 254 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.00 |
| HSL | 205.36º | 0.99% | 0.62% | - |
| HSV(B) | 205.36º | 0.76% | 1% | - |
| XYZ | 34.51 | 37.62 | 99.21 | - |
| YUV | 147.86 | 187.89 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 254 | 0.76 | 0.32 | 0 | 0.00 | 205.36 | 0.99 | 0.62 |
| Hex | 3C | AC | FE | 4C | 20 | 0 | 0 | CD | 63 | 3E |
| Octal | 74 | 254 | 376 | 114 | 40 | 0 | 0 | 315 | 143 | 76 |
| Binary | 111100 | 10101100 | 11111110 | 1001100 | 100000 | 0 | 0 | 11001101 | 1100011 | 111110 |
Color Harmonies of #3CACFE
Complementary color
Monochromatic Colors of #3CACFE
Black with #3CACFE
Text Example
Text Example
White with #3CACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CACFE; }
p { color: rgb(60,172,254); }
H1.HeaderClassName
{
color: #3CACFE;
}
.AnyTagClassName
{
color: #3CACFE;
}
</style>
background-color css
<style>
a { background-color: #3CACFE; }
a { background-color: rgb(60,172,254); }
div.DivClassName
{
background-color: #3CACFE;
}
.BgClassName
{
background-color: #3CACFE;
}
</style>
border-color css
<style>
span { border-color: #3CACFE; }
span { border-color: rgb(60,172,254); }
td.TdClassName
{
border-color: #3CACFE;
}
.TagClassName
{
border-color: #3CACFE;
}
</style>