Shades of Summer Sky #3CBAEB
Tints of Summer Sky #3CBAEB
RGB
CMYK
RGB Variations
Color information
#3CBAEB (or 0x3CBAEB) is known color: Summer Sky. HEX triplet: 3C, BA and EB. RGB value is (60,186,235). Sum of RGB (Red+Green+Blue) = 60+186+235=481 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.47% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #3CBAEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBAEB is #C34514. Grayscale: #999999. Windows color (decimal): -12797205 or 15448636. OLE color: 15448636.
HSL color Cylindrical-coordinate representation of color #3CBAEB: hue angle of 196.8º 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 #3CBAEB is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 186 | 235 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.08 |
| HSL | 196.8º | 0.81% | 0.58% | - |
| HSV(B) | 196.8º | 0.74% | 0.92% | - |
| XYZ | 34.42 | 42.08 | 84.9 | - |
| YUV | 153.91 | 173.76 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 186 | 235 | 0.74 | 0.21 | 0 | 0.08 | 196.8 | 0.81 | 0.58 |
| Hex | 3C | BA | EB | 4A | 15 | 0 | 8 | C5 | 51 | 3A |
| Octal | 74 | 272 | 353 | 112 | 25 | 0 | 10 | 305 | 121 | 72 |
| Binary | 111100 | 10111010 | 11101011 | 1001010 | 10101 | 0 | 1000 | 11000101 | 1010001 | 111010 |
Color Harmonies of #3CBAEB
Complementary color
Monochromatic Colors of #3CBAEB
Black with #3CBAEB
Text Example
Text Example
White with #3CBAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBAEB; }
p { color: rgb(60,186,235); }
H1.HeaderClassName
{
color: #3CBAEB;
}
.AnyTagClassName
{
color: #3CBAEB;
}
</style>
background-color css
<style>
a { background-color: #3CBAEB; }
a { background-color: rgb(60,186,235); }
div.DivClassName
{
background-color: #3CBAEB;
}
.BgClassName
{
background-color: #3CBAEB;
}
</style>
border-color css
<style>
span { border-color: #3CBAEB; }
span { border-color: rgb(60,186,235); }
td.TdClassName
{
border-color: #3CBAEB;
}
.TagClassName
{
border-color: #3CBAEB;
}
</style>