Shades of Summer Sky #3CBEDC
Tints of Summer Sky #3CBEDC
RGB
CMYK
RGB Variations
Color information
#3CBEDC (or 0x3CBEDC) is known color: Summer Sky. HEX triplet: 3C, BE and DC. RGB value is (60,190,220). Sum of RGB (Red+Green+Blue) = 60+190+220=470 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.77% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #3CBEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBEDC is #C34123. Grayscale: #9A9A9A. Windows color (decimal): -12796196 or 14466620. OLE color: 14466620.
HSL color Cylindrical-coordinate representation of color #3CBEDC: hue angle of 191.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CBEDC is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 190 | 220 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.14 |
| HSL | 191.25º | 0.7% | 0.55% | - |
| HSV(B) | 191.25º | 0.73% | 0.86% | - |
| XYZ | 33.2 | 42.95 | 74.25 | - |
| YUV | 154.55 | 164.93 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 190 | 220 | 0.73 | 0.14 | 0 | 0.14 | 191.25 | 0.7 | 0.55 |
| Hex | 3C | BE | DC | 49 | E | 0 | E | BF | 46 | 37 |
| Octal | 74 | 276 | 334 | 111 | 16 | 0 | 16 | 277 | 106 | 67 |
| Binary | 111100 | 10111110 | 11011100 | 1001001 | 1110 | 0 | 1110 | 10111111 | 1000110 | 110111 |
Color Harmonies of #3CBEDC
Complementary color
Monochromatic Colors of #3CBEDC
Black with #3CBEDC
Text Example
Text Example
White with #3CBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBEDC; }
p { color: rgb(60,190,220); }
H1.HeaderClassName
{
color: #3CBEDC;
}
.AnyTagClassName
{
color: #3CBEDC;
}
</style>
background-color css
<style>
a { background-color: #3CBEDC; }
a { background-color: rgb(60,190,220); }
div.DivClassName
{
background-color: #3CBEDC;
}
.BgClassName
{
background-color: #3CBEDC;
}
</style>
border-color css
<style>
span { border-color: #3CBEDC; }
span { border-color: rgb(60,190,220); }
td.TdClassName
{
border-color: #3CBEDC;
}
.TagClassName
{
border-color: #3CBEDC;
}
</style>