Shades of Summer Sky #3CADDF
Tints of Summer Sky #3CADDF
RGB
CMYK
RGB Variations
Color information
#3CADDF (or 0x3CADDF) is known color: Summer Sky. HEX triplet: 3C, AD and DF. RGB value is (60,173,223). Sum of RGB (Red+Green+Blue) = 60+173+223=456 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.16% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #3CADDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CADDF is #C35220. Grayscale: #909090. Windows color (decimal): -12800545 or 14658876. OLE color: 14658876.
HSL color Cylindrical-coordinate representation of color #3CADDF: hue angle of 198.4º 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 #3CADDF is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 173 | 223 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.13 |
| HSL | 198.4º | 0.72% | 0.55% | - |
| HSV(B) | 198.4º | 0.73% | 0.87% | - |
| XYZ | 30.13 | 36.18 | 75.21 | - |
| YUV | 144.91 | 172.06 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 173 | 223 | 0.73 | 0.22 | 0 | 0.13 | 198.4 | 0.72 | 0.55 |
| Hex | 3C | AD | DF | 49 | 16 | 0 | D | C6 | 48 | 37 |
| Octal | 74 | 255 | 337 | 111 | 26 | 0 | 15 | 306 | 110 | 67 |
| Binary | 111100 | 10101101 | 11011111 | 1001001 | 10110 | 0 | 1101 | 11000110 | 1001000 | 110111 |
Color Harmonies of #3CADDF
Complementary color
Monochromatic Colors of #3CADDF
Black with #3CADDF
Text Example
Text Example
White with #3CADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CADDF; }
p { color: rgb(60,173,223); }
H1.HeaderClassName
{
color: #3CADDF;
}
.AnyTagClassName
{
color: #3CADDF;
}
</style>
background-color css
<style>
a { background-color: #3CADDF; }
a { background-color: rgb(60,173,223); }
div.DivClassName
{
background-color: #3CADDF;
}
.BgClassName
{
background-color: #3CADDF;
}
</style>
border-color css
<style>
span { border-color: #3CADDF; }
span { border-color: rgb(60,173,223); }
td.TdClassName
{
border-color: #3CADDF;
}
.TagClassName
{
border-color: #3CADDF;
}
</style>