Shades of Summer Sky #3CCAEB
Tints of Summer Sky #3CCAEB
RGB
CMYK
RGB Variations
Color information
#3CCAEB (or 0x3CCAEB) is known color: Summer Sky. HEX triplet: 3C, CA and EB. RGB value is (60,202,235). Sum of RGB (Red+Green+Blue) = 60+202+235=497 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.07% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #3CCAEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CCAEB is #C33514. Grayscale: #A3A3A3. Windows color (decimal): -12793109 or 15452732. OLE color: 15452732.
HSL color Cylindrical-coordinate representation of color #3CCAEB: hue angle of 191.31º 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 #3CCAEB is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 202 | 235 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.08 |
| HSL | 191.31º | 0.81% | 0.58% | - |
| HSV(B) | 191.31º | 0.74% | 0.92% | - |
| XYZ | 37.98 | 49.2 | 86.09 | - |
| YUV | 163.3 | 168.46 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 235 | 0.74 | 0.14 | 0 | 0.08 | 191.31 | 0.81 | 0.58 |
| Hex | 3C | CA | EB | 4A | E | 0 | 8 | BF | 51 | 3A |
| Octal | 74 | 312 | 353 | 112 | 16 | 0 | 10 | 277 | 121 | 72 |
| Binary | 111100 | 11001010 | 11101011 | 1001010 | 1110 | 0 | 1000 | 10111111 | 1010001 | 111010 |
Color Harmonies of #3CCAEB
Complementary color
Monochromatic Colors of #3CCAEB
Black with #3CCAEB
Text Example
Text Example
White with #3CCAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCAEB; }
p { color: rgb(60,202,235); }
H1.HeaderClassName
{
color: #3CCAEB;
}
.AnyTagClassName
{
color: #3CCAEB;
}
</style>
background-color css
<style>
a { background-color: #3CCAEB; }
a { background-color: rgb(60,202,235); }
div.DivClassName
{
background-color: #3CCAEB;
}
.BgClassName
{
background-color: #3CCAEB;
}
</style>
border-color css
<style>
span { border-color: #3CCAEB; }
span { border-color: rgb(60,202,235); }
td.TdClassName
{
border-color: #3CCAEB;
}
.TagClassName
{
border-color: #3CCAEB;
}
</style>