Shades of Summer Sky #3CBAEE
Tints of Summer Sky #3CBAEE
RGB
CMYK
RGB Variations
Color information
#3CBAEE (or 0x3CBAEE) is known color: Summer Sky. HEX triplet: 3C, BA and EE. RGB value is (60,186,238). Sum of RGB (Red+Green+Blue) = 60+186+238=484 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.40% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #3CBAEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBAEE is #C34511. Grayscale: #999999. Windows color (decimal): -12797202 or 15645244. OLE color: 15645244.
HSL color Cylindrical-coordinate representation of color #3CBAEE: hue angle of 197.53º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CBAEE is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 186 | 238 | - |
| CMYK | 0.75 | 0.22 | 0 | 0.07 |
| HSL | 197.53º | 0.84% | 0.58% | - |
| HSV(B) | 197.53º | 0.75% | 0.93% | - |
| XYZ | 34.86 | 42.25 | 87.21 | - |
| YUV | 154.25 | 175.26 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 186 | 238 | 0.75 | 0.22 | 0 | 0.07 | 197.53 | 0.84 | 0.58 |
| Hex | 3C | BA | EE | 4B | 16 | 0 | 7 | C6 | 54 | 3A |
| Octal | 74 | 272 | 356 | 113 | 26 | 0 | 7 | 306 | 124 | 72 |
| Binary | 111100 | 10111010 | 11101110 | 1001011 | 10110 | 0 | 111 | 11000110 | 1010100 | 111010 |
Color Harmonies of #3CBAEE
Complementary color
Monochromatic Colors of #3CBAEE
Black with #3CBAEE
Text Example
Text Example
White with #3CBAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBAEE; }
p { color: rgb(60,186,238); }
H1.HeaderClassName
{
color: #3CBAEE;
}
.AnyTagClassName
{
color: #3CBAEE;
}
</style>
background-color css
<style>
a { background-color: #3CBAEE; }
a { background-color: rgb(60,186,238); }
div.DivClassName
{
background-color: #3CBAEE;
}
.BgClassName
{
background-color: #3CBAEE;
}
</style>
border-color css
<style>
span { border-color: #3CBAEE; }
span { border-color: rgb(60,186,238); }
td.TdClassName
{
border-color: #3CBAEE;
}
.TagClassName
{
border-color: #3CBAEE;
}
</style>