Shades of Summer Sky #3CBED7
Tints of Summer Sky #3CBED7
RGB
CMYK
RGB Variations
Color information
#3CBED7 (or 0x3CBED7) is known color: Summer Sky. HEX triplet: 3C, BE and D7. RGB value is (60,190,215). Sum of RGB (Red+Green+Blue) = 60+190+215=465 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.90% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 215 (84.38% from 255 or 46.24% from 465); Max value from RGB is 215 - color contains mainly: blue. Hex color #3CBED7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBED7 is #C34128. Grayscale: #999999. Windows color (decimal): -12796201 or 14138940. OLE color: 14138940.
HSL color Cylindrical-coordinate representation of color #3CBED7: hue angle of 189.68º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CBED7 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 60 | 190 | 215 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.16 |
| HSL | 189.68º | 0.66% | 0.54% | - |
| HSV(B) | 189.68º | 0.72% | 0.84% | - |
| XYZ | 32.54 | 42.69 | 70.82 | - |
| YUV | 153.98 | 162.43 | 60.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 190 | 215 | 0.72 | 0.12 | 0 | 0.16 | 189.68 | 0.66 | 0.54 |
| Hex | 3C | BE | D7 | 48 | C | 0 | 10 | BE | 42 | 36 |
| Octal | 74 | 276 | 327 | 110 | 14 | 0 | 20 | 276 | 102 | 66 |
| Binary | 111100 | 10111110 | 11010111 | 1001000 | 1100 | 0 | 10000 | 10111110 | 1000010 | 110110 |
Color Harmonies of #3CBED7
Complementary color
Monochromatic Colors of #3CBED7
Black with #3CBED7
Text Example
Text Example
White with #3CBED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBED7; }
p { color: rgb(60,190,215); }
H1.HeaderClassName
{
color: #3CBED7;
}
.AnyTagClassName
{
color: #3CBED7;
}
</style>
background-color css
<style>
a { background-color: #3CBED7; }
a { background-color: rgb(60,190,215); }
div.DivClassName
{
background-color: #3CBED7;
}
.BgClassName
{
background-color: #3CBED7;
}
</style>
border-color css
<style>
span { border-color: #3CBED7; }
span { border-color: rgb(60,190,215); }
td.TdClassName
{
border-color: #3CBED7;
}
.TagClassName
{
border-color: #3CBED7;
}
</style>