Shades of Summer Sky #3CBCDB
Tints of Summer Sky #3CBCDB
RGB
CMYK
RGB Variations
Color information
#3CBCDB (or 0x3CBCDB) is known color: Summer Sky. HEX triplet: 3C, BC and DB. RGB value is (60,188,219). Sum of RGB (Red+Green+Blue) = 60+188+219=467 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.85% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #3CBCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBCDB is #C34324. Grayscale: #999999. Windows color (decimal): -12796709 or 14400572. OLE color: 14400572.
HSL color Cylindrical-coordinate representation of color #3CBCDB: hue angle of 191.7º degrees, saturation: 0.69, 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 #3CBCDB is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 188 | 219 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.14 |
| HSL | 191.7º | 0.69% | 0.55% | - |
| HSV(B) | 191.7º | 0.73% | 0.86% | - |
| XYZ | 32.63 | 42.04 | 73.41 | - |
| YUV | 153.26 | 165.09 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 219 | 0.73 | 0.14 | 0 | 0.14 | 191.7 | 0.69 | 0.55 |
| Hex | 3C | BC | DB | 49 | E | 0 | E | C0 | 45 | 37 |
| Octal | 74 | 274 | 333 | 111 | 16 | 0 | 16 | 300 | 105 | 67 |
| Binary | 111100 | 10111100 | 11011011 | 1001001 | 1110 | 0 | 1110 | 11000000 | 1000101 | 110111 |
Color Harmonies of #3CBCDB
Complementary color
Monochromatic Colors of #3CBCDB
Black with #3CBCDB
Text Example
Text Example
White with #3CBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBCDB; }
p { color: rgb(60,188,219); }
H1.HeaderClassName
{
color: #3CBCDB;
}
.AnyTagClassName
{
color: #3CBCDB;
}
</style>
background-color css
<style>
a { background-color: #3CBCDB; }
a { background-color: rgb(60,188,219); }
div.DivClassName
{
background-color: #3CBCDB;
}
.BgClassName
{
background-color: #3CBCDB;
}
</style>
border-color css
<style>
span { border-color: #3CBCDB; }
span { border-color: rgb(60,188,219); }
td.TdClassName
{
border-color: #3CBCDB;
}
.TagClassName
{
border-color: #3CBCDB;
}
</style>