Shades of Summer Sky #3CBAED
Tints of Summer Sky #3CBAED
RGB
CMYK
RGB Variations
Color information
#3CBAED (or 0x3CBAED) is known color: Summer Sky. HEX triplet: 3C, BA and ED. RGB value is (60,186,237). Sum of RGB (Red+Green+Blue) = 60+186+237=483 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.42% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #3CBAED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBAED is #C34512. Grayscale: #999999. Windows color (decimal): -12797203 or 15579708. OLE color: 15579708.
HSL color Cylindrical-coordinate representation of color #3CBAED: hue angle of 197.29º degrees, saturation: 0.83, 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 #3CBAED is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 186 | 237 | - |
| CMYK | 0.75 | 0.22 | 0 | 0.07 |
| HSL | 197.29º | 0.83% | 0.58% | - |
| HSV(B) | 197.29º | 0.75% | 0.93% | - |
| XYZ | 34.71 | 42.19 | 86.44 | - |
| YUV | 154.14 | 174.76 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 186 | 237 | 0.75 | 0.22 | 0 | 0.07 | 197.29 | 0.83 | 0.58 |
| Hex | 3C | BA | ED | 4B | 16 | 0 | 7 | C5 | 53 | 3A |
| Octal | 74 | 272 | 355 | 113 | 26 | 0 | 7 | 305 | 123 | 72 |
| Binary | 111100 | 10111010 | 11101101 | 1001011 | 10110 | 0 | 111 | 11000101 | 1010011 | 111010 |
Color Harmonies of #3CBAED
Complementary color
Monochromatic Colors of #3CBAED
Black with #3CBAED
Text Example
Text Example
White with #3CBAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBAED; }
p { color: rgb(60,186,237); }
H1.HeaderClassName
{
color: #3CBAED;
}
.AnyTagClassName
{
color: #3CBAED;
}
</style>
background-color css
<style>
a { background-color: #3CBAED; }
a { background-color: rgb(60,186,237); }
div.DivClassName
{
background-color: #3CBAED;
}
.BgClassName
{
background-color: #3CBAED;
}
</style>
border-color css
<style>
span { border-color: #3CBAED; }
span { border-color: rgb(60,186,237); }
td.TdClassName
{
border-color: #3CBAED;
}
.TagClassName
{
border-color: #3CBAED;
}
</style>