Shades of Summer Sky #3CBCEB
Tints of Summer Sky #3CBCEB
RGB
CMYK
RGB Variations
Color information
#3CBCEB (or 0x3CBCEB) is known color: Summer Sky. HEX triplet: 3C, BC and EB. RGB value is (60,188,235). Sum of RGB (Red+Green+Blue) = 60+188+235=483 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.42% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #3CBCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBCEB is #C34314. Grayscale: #9A9A9A. Windows color (decimal): -12796693 or 15449148. OLE color: 15449148.
HSL color Cylindrical-coordinate representation of color #3CBCEB: hue angle of 196.11º 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 #3CBCEB is Cyan = 0.74, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 188 | 235 | - |
| CMYK | 0.74 | 0.2 | 0 | 0.08 |
| HSL | 196.11º | 0.81% | 0.58% | - |
| HSV(B) | 196.11º | 0.74% | 0.92% | - |
| XYZ | 34.84 | 42.93 | 85.05 | - |
| YUV | 155.09 | 173.09 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 235 | 0.74 | 0.2 | 0 | 0.08 | 196.11 | 0.81 | 0.58 |
| Hex | 3C | BC | EB | 4A | 14 | 0 | 8 | C4 | 51 | 3A |
| Octal | 74 | 274 | 353 | 112 | 24 | 0 | 10 | 304 | 121 | 72 |
| Binary | 111100 | 10111100 | 11101011 | 1001010 | 10100 | 0 | 1000 | 11000100 | 1010001 | 111010 |
Color Harmonies of #3CBCEB
Complementary color
Monochromatic Colors of #3CBCEB
Black with #3CBCEB
Text Example
Text Example
White with #3CBCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBCEB; }
p { color: rgb(60,188,235); }
H1.HeaderClassName
{
color: #3CBCEB;
}
.AnyTagClassName
{
color: #3CBCEB;
}
</style>
background-color css
<style>
a { background-color: #3CBCEB; }
a { background-color: rgb(60,188,235); }
div.DivClassName
{
background-color: #3CBCEB;
}
.BgClassName
{
background-color: #3CBCEB;
}
</style>
border-color css
<style>
span { border-color: #3CBCEB; }
span { border-color: rgb(60,188,235); }
td.TdClassName
{
border-color: #3CBCEB;
}
.TagClassName
{
border-color: #3CBCEB;
}
</style>