Shades of Summer Sky #3CAFD4
Tints of Summer Sky #3CAFD4
RGB
CMYK
RGB Variations
Color information
#3CAFD4 (or 0x3CAFD4) is known color: Summer Sky. HEX triplet: 3C, AF and D4. RGB value is (60,175,212). Sum of RGB (Red+Green+Blue) = 60+175+212=447 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.42% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 212 (83.20% from 255 or 47.43% from 447); Max value from RGB is 212 - color contains mainly: blue. Hex color #3CAFD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAFD4 is #C3502B. Grayscale: #909090. Windows color (decimal): -12800044 or 13938492. OLE color: 13938492.
HSL color Cylindrical-coordinate representation of color #3CAFD4: hue angle of 194.61º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CAFD4 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 60 | 175 | 212 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.17 |
| HSL | 194.61º | 0.64% | 0.53% | - |
| HSV(B) | 194.61º | 0.72% | 0.83% | - |
| XYZ | 29.08 | 36.37 | 67.78 | - |
| YUV | 144.83 | 165.9 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 212 | 0.72 | 0.17 | 0 | 0.17 | 194.61 | 0.64 | 0.53 |
| Hex | 3C | AF | D4 | 48 | 11 | 0 | 11 | C3 | 40 | 35 |
| Octal | 74 | 257 | 324 | 110 | 21 | 0 | 21 | 303 | 100 | 65 |
| Binary | 111100 | 10101111 | 11010100 | 1001000 | 10001 | 0 | 10001 | 11000011 | 1000000 | 110101 |
Color Harmonies of #3CAFD4
Complementary color
Monochromatic Colors of #3CAFD4
Black with #3CAFD4
Text Example
Text Example
White with #3CAFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAFD4; }
p { color: rgb(60,175,212); }
H1.HeaderClassName
{
color: #3CAFD4;
}
.AnyTagClassName
{
color: #3CAFD4;
}
</style>
background-color css
<style>
a { background-color: #3CAFD4; }
a { background-color: rgb(60,175,212); }
div.DivClassName
{
background-color: #3CAFD4;
}
.BgClassName
{
background-color: #3CAFD4;
}
</style>
border-color css
<style>
span { border-color: #3CAFD4; }
span { border-color: rgb(60,175,212); }
td.TdClassName
{
border-color: #3CAFD4;
}
.TagClassName
{
border-color: #3CAFD4;
}
</style>