Shades of Summer Sky #3CAFD2
Tints of Summer Sky #3CAFD2
RGB
CMYK
RGB Variations
Color information
#3CAFD2 (or 0x3CAFD2) is known color: Summer Sky. HEX triplet: 3C, AF and D2. RGB value is (60,175,210). Sum of RGB (Red+Green+Blue) = 60+175+210=445 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.48% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 210 (82.42% from 255 or 47.19% from 445); Max value from RGB is 210 - color contains mainly: blue. Hex color #3CAFD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAFD2 is #C3502D. Grayscale: #909090. Windows color (decimal): -12800046 or 13807420. OLE color: 13807420.
HSL color Cylindrical-coordinate representation of color #3CAFD2: hue angle of 194º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CAFD2 is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 60 | 175 | 210 | - |
| CMYK | 0.71 | 0.17 | 0 | 0.18 |
| HSL | 194º | 0.63% | 0.53% | - |
| HSV(B) | 194º | 0.71% | 0.82% | - |
| XYZ | 28.83 | 36.27 | 66.46 | - |
| YUV | 144.61 | 164.9 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 210 | 0.71 | 0.17 | 0 | 0.18 | 194 | 0.63 | 0.53 |
| Hex | 3C | AF | D2 | 47 | 11 | 0 | 12 | C2 | 3E | 35 |
| Octal | 74 | 257 | 322 | 107 | 21 | 0 | 22 | 302 | 76 | 65 |
| Binary | 111100 | 10101111 | 11010010 | 1000111 | 10001 | 0 | 10010 | 11000010 | 111110 | 110101 |
Color Harmonies of #3CAFD2
Complementary color
Monochromatic Colors of #3CAFD2
Black with #3CAFD2
Text Example
Text Example
White with #3CAFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAFD2; }
p { color: rgb(60,175,210); }
H1.HeaderClassName
{
color: #3CAFD2;
}
.AnyTagClassName
{
color: #3CAFD2;
}
</style>
background-color css
<style>
a { background-color: #3CAFD2; }
a { background-color: rgb(60,175,210); }
div.DivClassName
{
background-color: #3CAFD2;
}
.BgClassName
{
background-color: #3CAFD2;
}
</style>
border-color css
<style>
span { border-color: #3CAFD2; }
span { border-color: rgb(60,175,210); }
td.TdClassName
{
border-color: #3CAFD2;
}
.TagClassName
{
border-color: #3CAFD2;
}
</style>