Shades of Summer Sky #3CB7DB
Tints of Summer Sky #3CB7DB
RGB
CMYK
RGB Variations
Color information
#3CB7DB (or 0x3CB7DB) is known color: Summer Sky. HEX triplet: 3C, B7 and DB. RGB value is (60,183,219). Sum of RGB (Red+Green+Blue) = 60+183+219=462 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.99% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #3CB7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CB7DB is #C34824. Grayscale: #969696. Windows color (decimal): -12797989 or 14399292. OLE color: 14399292.
HSL color Cylindrical-coordinate representation of color #3CB7DB: hue angle of 193.58º 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 #3CB7DB is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 183 | 219 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.14 |
| HSL | 193.58º | 0.69% | 0.55% | - |
| HSV(B) | 193.58º | 0.73% | 0.86% | - |
| XYZ | 31.58 | 39.94 | 73.06 | - |
| YUV | 150.33 | 166.75 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 183 | 219 | 0.73 | 0.16 | 0 | 0.14 | 193.58 | 0.69 | 0.55 |
| Hex | 3C | B7 | DB | 49 | 10 | 0 | E | C2 | 45 | 37 |
| Octal | 74 | 267 | 333 | 111 | 20 | 0 | 16 | 302 | 105 | 67 |
| Binary | 111100 | 10110111 | 11011011 | 1001001 | 10000 | 0 | 1110 | 11000010 | 1000101 | 110111 |
Color Harmonies of #3CB7DB
Complementary color
Monochromatic Colors of #3CB7DB
Black with #3CB7DB
Text Example
Text Example
White with #3CB7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB7DB; }
p { color: rgb(60,183,219); }
H1.HeaderClassName
{
color: #3CB7DB;
}
.AnyTagClassName
{
color: #3CB7DB;
}
</style>
background-color css
<style>
a { background-color: #3CB7DB; }
a { background-color: rgb(60,183,219); }
div.DivClassName
{
background-color: #3CB7DB;
}
.BgClassName
{
background-color: #3CB7DB;
}
</style>
border-color css
<style>
span { border-color: #3CB7DB; }
span { border-color: rgb(60,183,219); }
td.TdClassName
{
border-color: #3CB7DB;
}
.TagClassName
{
border-color: #3CB7DB;
}
</style>