Shades of Summer Sky #3CBEDF
Tints of Summer Sky #3CBEDF
RGB
CMYK
RGB Variations
Color information
#3CBEDF (or 0x3CBEDF) is known color: Summer Sky. HEX triplet: 3C, BE and DF. RGB value is (60,190,223). Sum of RGB (Red+Green+Blue) = 60+190+223=473 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.68% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #3CBEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBEDF is #C34120. Grayscale: #9A9A9A. Windows color (decimal): -12796193 or 14663228. OLE color: 14663228.
HSL color Cylindrical-coordinate representation of color #3CBEDF: hue angle of 192.15º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CBEDF is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 190 | 223 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.13 |
| HSL | 192.15º | 0.72% | 0.55% | - |
| HSV(B) | 192.15º | 0.73% | 0.87% | - |
| XYZ | 33.6 | 43.12 | 76.36 | - |
| YUV | 154.89 | 166.43 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 190 | 223 | 0.73 | 0.15 | 0 | 0.13 | 192.15 | 0.72 | 0.55 |
| Hex | 3C | BE | DF | 49 | F | 0 | D | C0 | 48 | 37 |
| Octal | 74 | 276 | 337 | 111 | 17 | 0 | 15 | 300 | 110 | 67 |
| Binary | 111100 | 10111110 | 11011111 | 1001001 | 1111 | 0 | 1101 | 11000000 | 1001000 | 110111 |
Color Harmonies of #3CBEDF
Complementary color
Monochromatic Colors of #3CBEDF
Black with #3CBEDF
Text Example
Text Example
White with #3CBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBEDF; }
p { color: rgb(60,190,223); }
H1.HeaderClassName
{
color: #3CBEDF;
}
.AnyTagClassName
{
color: #3CBEDF;
}
</style>
background-color css
<style>
a { background-color: #3CBEDF; }
a { background-color: rgb(60,190,223); }
div.DivClassName
{
background-color: #3CBEDF;
}
.BgClassName
{
background-color: #3CBEDF;
}
</style>
border-color css
<style>
span { border-color: #3CBEDF; }
span { border-color: rgb(60,190,223); }
td.TdClassName
{
border-color: #3CBEDF;
}
.TagClassName
{
border-color: #3CBEDF;
}
</style>