Shades of Summer Sky #3CADDB
Tints of Summer Sky #3CADDB
RGB
CMYK
RGB Variations
Color information
#3CADDB (or 0x3CADDB) is known color: Summer Sky. HEX triplet: 3C, AD and DB. RGB value is (60,173,219). Sum of RGB (Red+Green+Blue) = 60+173+219=452 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.27% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #3CADDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CADDB is #C35224. Grayscale: #909090. Windows color (decimal): -12800549 or 14396732. OLE color: 14396732.
HSL color Cylindrical-coordinate representation of color #3CADDB: hue angle of 197.36º 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 #3CADDB is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 173 | 219 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.14 |
| HSL | 197.36º | 0.69% | 0.55% | - |
| HSV(B) | 197.36º | 0.73% | 0.86% | - |
| XYZ | 29.59 | 35.96 | 72.4 | - |
| YUV | 144.46 | 170.06 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 173 | 219 | 0.73 | 0.21 | 0 | 0.14 | 197.36 | 0.69 | 0.55 |
| Hex | 3C | AD | DB | 49 | 15 | 0 | E | C5 | 45 | 37 |
| Octal | 74 | 255 | 333 | 111 | 25 | 0 | 16 | 305 | 105 | 67 |
| Binary | 111100 | 10101101 | 11011011 | 1001001 | 10101 | 0 | 1110 | 11000101 | 1000101 | 110111 |
Color Harmonies of #3CADDB
Complementary color
Monochromatic Colors of #3CADDB
Black with #3CADDB
Text Example
Text Example
White with #3CADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CADDB; }
p { color: rgb(60,173,219); }
H1.HeaderClassName
{
color: #3CADDB;
}
.AnyTagClassName
{
color: #3CADDB;
}
</style>
background-color css
<style>
a { background-color: #3CADDB; }
a { background-color: rgb(60,173,219); }
div.DivClassName
{
background-color: #3CADDB;
}
.BgClassName
{
background-color: #3CADDB;
}
</style>
border-color css
<style>
span { border-color: #3CADDB; }
span { border-color: rgb(60,173,219); }
td.TdClassName
{
border-color: #3CADDB;
}
.TagClassName
{
border-color: #3CADDB;
}
</style>