Shades of Summer Sky #3CACEB
Tints of Summer Sky #3CACEB
RGB
CMYK
RGB Variations
Color information
#3CACEB (or 0x3CACEB) is known color: Summer Sky. HEX triplet: 3C, AC and EB. RGB value is (60,172,235). Sum of RGB (Red+Green+Blue) = 60+172+235=467 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.85% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #3CACEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CACEB is #C35314. Grayscale: #919191. Windows color (decimal): -12800789 or 15445052. OLE color: 15445052.
HSL color Cylindrical-coordinate representation of color #3CACEB: hue angle of 201.6º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CACEB is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 172 | 235 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.08 |
| HSL | 201.6º | 0.81% | 0.58% | - |
| HSV(B) | 201.6º | 0.74% | 0.92% | - |
| XYZ | 31.61 | 36.46 | 83.97 | - |
| YUV | 145.69 | 178.39 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 235 | 0.74 | 0.27 | 0 | 0.08 | 201.6 | 0.81 | 0.58 |
| Hex | 3C | AC | EB | 4A | 1B | 0 | 8 | CA | 51 | 3A |
| Octal | 74 | 254 | 353 | 112 | 33 | 0 | 10 | 312 | 121 | 72 |
| Binary | 111100 | 10101100 | 11101011 | 1001010 | 11011 | 0 | 1000 | 11001010 | 1010001 | 111010 |
Color Harmonies of #3CACEB
Complementary color
Monochromatic Colors of #3CACEB
Black with #3CACEB
Text Example
Text Example
White with #3CACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CACEB; }
p { color: rgb(60,172,235); }
H1.HeaderClassName
{
color: #3CACEB;
}
.AnyTagClassName
{
color: #3CACEB;
}
</style>
background-color css
<style>
a { background-color: #3CACEB; }
a { background-color: rgb(60,172,235); }
div.DivClassName
{
background-color: #3CACEB;
}
.BgClassName
{
background-color: #3CACEB;
}
</style>
border-color css
<style>
span { border-color: #3CACEB; }
span { border-color: rgb(60,172,235); }
td.TdClassName
{
border-color: #3CACEB;
}
.TagClassName
{
border-color: #3CACEB;
}
</style>