Shades of Summer Sky #3CADCF
Tints of Summer Sky #3CADCF
RGB
CMYK
RGB Variations
Color information
#3CADCF (or 0x3CADCF) is known color: Summer Sky. HEX triplet: 3C, AD and CF. RGB value is (60,173,207). Sum of RGB (Red+Green+Blue) = 60+173+207=440 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.64% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #3CADCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CADCF is #C35230. Grayscale: #8E8E8E. Windows color (decimal): -12800561 or 13610300. OLE color: 13610300.
HSL color Cylindrical-coordinate representation of color #3CADCF: hue angle of 193.88º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CADCF is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 173 | 207 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.19 |
| HSL | 193.88º | 0.6% | 0.52% | - |
| HSV(B) | 193.88º | 0.71% | 0.81% | - |
| XYZ | 28.07 | 35.35 | 64.38 | - |
| YUV | 143.09 | 164.06 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 173 | 207 | 0.71 | 0.16 | 0 | 0.19 | 193.88 | 0.6 | 0.52 |
| Hex | 3C | AD | CF | 47 | 10 | 0 | 13 | C2 | 3C | 34 |
| Octal | 74 | 255 | 317 | 107 | 20 | 0 | 23 | 302 | 74 | 64 |
| Binary | 111100 | 10101101 | 11001111 | 1000111 | 10000 | 0 | 10011 | 11000010 | 111100 | 110100 |
Color Harmonies of #3CADCF
Complementary color
Monochromatic Colors of #3CADCF
Black with #3CADCF
Text Example
Text Example
White with #3CADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CADCF; }
p { color: rgb(60,173,207); }
H1.HeaderClassName
{
color: #3CADCF;
}
.AnyTagClassName
{
color: #3CADCF;
}
</style>
background-color css
<style>
a { background-color: #3CADCF; }
a { background-color: rgb(60,173,207); }
div.DivClassName
{
background-color: #3CADCF;
}
.BgClassName
{
background-color: #3CADCF;
}
</style>
border-color css
<style>
span { border-color: #3CADCF; }
span { border-color: rgb(60,173,207); }
td.TdClassName
{
border-color: #3CADCF;
}
.TagClassName
{
border-color: #3CADCF;
}
</style>