Shades of Summer Sky #3CBAE6
Tints of Summer Sky #3CBAE6
RGB
CMYK
RGB Variations
Color information
#3CBAE6 (or 0x3CBAE6) is known color: Summer Sky. HEX triplet: 3C, BA and E6. RGB value is (60,186,230). Sum of RGB (Red+Green+Blue) = 60+186+230=476 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.61% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 230 (90.23% from 255 or 48.32% from 476); Max value from RGB is 230 - color contains mainly: blue. Hex color #3CBAE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBAE6 is #C34519. Grayscale: #999999. Windows color (decimal): -12797210 or 15120956. OLE color: 15120956.
HSL color Cylindrical-coordinate representation of color #3CBAE6: hue angle of 195.53º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CBAE6 is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 186 | 230 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.10 |
| HSL | 195.53º | 0.77% | 0.57% | - |
| HSV(B) | 195.53º | 0.74% | 0.9% | - |
| XYZ | 33.71 | 41.79 | 81.15 | - |
| YUV | 153.34 | 171.26 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 186 | 230 | 0.74 | 0.19 | 0 | 0.10 | 195.53 | 0.77 | 0.57 |
| Hex | 3C | BA | E6 | 4A | 13 | 0 | A | C4 | 4D | 39 |
| Octal | 74 | 272 | 346 | 112 | 23 | 0 | 12 | 304 | 115 | 71 |
| Binary | 111100 | 10111010 | 11100110 | 1001010 | 10011 | 0 | 1010 | 11000100 | 1001101 | 111001 |
Color Harmonies of #3CBAE6
Complementary color
Monochromatic Colors of #3CBAE6
Black with #3CBAE6
Text Example
Text Example
White with #3CBAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBAE6; }
p { color: rgb(60,186,230); }
H1.HeaderClassName
{
color: #3CBAE6;
}
.AnyTagClassName
{
color: #3CBAE6;
}
</style>
background-color css
<style>
a { background-color: #3CBAE6; }
a { background-color: rgb(60,186,230); }
div.DivClassName
{
background-color: #3CBAE6;
}
.BgClassName
{
background-color: #3CBAE6;
}
</style>
border-color css
<style>
span { border-color: #3CBAE6; }
span { border-color: rgb(60,186,230); }
td.TdClassName
{
border-color: #3CBAE6;
}
.TagClassName
{
border-color: #3CBAE6;
}
</style>