Shades of Summer Sky #3CBAEA
Tints of Summer Sky #3CBAEA
RGB
CMYK
RGB Variations
Color information
#3CBAEA (or 0x3CBAEA) is known color: Summer Sky. HEX triplet: 3C, BA and EA. RGB value is (60,186,234). Sum of RGB (Red+Green+Blue) = 60+186+234=480 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.5% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #3CBAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBAEA is #C34515. Grayscale: #999999. Windows color (decimal): -12797206 or 15383100. OLE color: 15383100.
HSL color Cylindrical-coordinate representation of color #3CBAEA: hue angle of 196.55º 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 #3CBAEA is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 186 | 234 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.08 |
| HSL | 196.55º | 0.81% | 0.58% | - |
| HSV(B) | 196.55º | 0.74% | 0.92% | - |
| XYZ | 34.27 | 42.02 | 84.15 | - |
| YUV | 153.8 | 173.26 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 186 | 234 | 0.74 | 0.21 | 0 | 0.08 | 196.55 | 0.81 | 0.58 |
| Hex | 3C | BA | EA | 4A | 15 | 0 | 8 | C5 | 51 | 3A |
| Octal | 74 | 272 | 352 | 112 | 25 | 0 | 10 | 305 | 121 | 72 |
| Binary | 111100 | 10111010 | 11101010 | 1001010 | 10101 | 0 | 1000 | 11000101 | 1010001 | 111010 |
Color Harmonies of #3CBAEA
Complementary color
Monochromatic Colors of #3CBAEA
Black with #3CBAEA
Text Example
Text Example
White with #3CBAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBAEA; }
p { color: rgb(60,186,234); }
H1.HeaderClassName
{
color: #3CBAEA;
}
.AnyTagClassName
{
color: #3CBAEA;
}
</style>
background-color css
<style>
a { background-color: #3CBAEA; }
a { background-color: rgb(60,186,234); }
div.DivClassName
{
background-color: #3CBAEA;
}
.BgClassName
{
background-color: #3CBAEA;
}
</style>
border-color css
<style>
span { border-color: #3CBAEA; }
span { border-color: rgb(60,186,234); }
td.TdClassName
{
border-color: #3CBAEA;
}
.TagClassName
{
border-color: #3CBAEA;
}
</style>