Shades of Summer Sky #3CB9DB
Tints of Summer Sky #3CB9DB
RGB
CMYK
RGB Variations
Color information
#3CB9DB (or 0x3CB9DB) is known color: Summer Sky. HEX triplet: 3C, B9 and DB. RGB value is (60,185,219). Sum of RGB (Red+Green+Blue) = 60+185+219=464 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.93% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #3CB9DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CB9DB is #C34624. Grayscale: #979797. Windows color (decimal): -12797477 or 14399804. OLE color: 14399804.
HSL color Cylindrical-coordinate representation of color #3CB9DB: hue angle of 192.83º 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 #3CB9DB is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 185 | 219 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.14 |
| HSL | 192.83º | 0.69% | 0.55% | - |
| HSV(B) | 192.83º | 0.73% | 0.86% | - |
| XYZ | 32 | 40.77 | 73.2 | - |
| YUV | 151.5 | 166.09 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 185 | 219 | 0.73 | 0.16 | 0 | 0.14 | 192.83 | 0.69 | 0.55 |
| Hex | 3C | B9 | DB | 49 | 10 | 0 | E | C1 | 45 | 37 |
| Octal | 74 | 271 | 333 | 111 | 20 | 0 | 16 | 301 | 105 | 67 |
| Binary | 111100 | 10111001 | 11011011 | 1001001 | 10000 | 0 | 1110 | 11000001 | 1000101 | 110111 |
Color Harmonies of #3CB9DB
Complementary color
Monochromatic Colors of #3CB9DB
Black with #3CB9DB
Text Example
Text Example
White with #3CB9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB9DB; }
p { color: rgb(60,185,219); }
H1.HeaderClassName
{
color: #3CB9DB;
}
.AnyTagClassName
{
color: #3CB9DB;
}
</style>
background-color css
<style>
a { background-color: #3CB9DB; }
a { background-color: rgb(60,185,219); }
div.DivClassName
{
background-color: #3CB9DB;
}
.BgClassName
{
background-color: #3CB9DB;
}
</style>
border-color css
<style>
span { border-color: #3CB9DB; }
span { border-color: rgb(60,185,219); }
td.TdClassName
{
border-color: #3CB9DB;
}
.TagClassName
{
border-color: #3CB9DB;
}
</style>