Shades of Summer Sky #3CAFDD
Tints of Summer Sky #3CAFDD
RGB
CMYK
RGB Variations
Color information
#3CAFDD (or 0x3CAFDD) is known color: Summer Sky. HEX triplet: 3C, AF and DD. RGB value is (60,175,221). Sum of RGB (Red+Green+Blue) = 60+175+221=456 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.16% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #3CAFDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAFDD is #C35022. Grayscale: #919191. Windows color (decimal): -12800035 or 14528316. OLE color: 14528316.
HSL color Cylindrical-coordinate representation of color #3CAFDD: hue angle of 197.14º degrees, saturation: 0.7, 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 #3CAFDD is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 175 | 221 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.13 |
| HSL | 197.14º | 0.7% | 0.55% | - |
| HSV(B) | 197.14º | 0.73% | 0.87% | - |
| XYZ | 30.24 | 36.84 | 73.92 | - |
| YUV | 145.86 | 170.4 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 221 | 0.73 | 0.21 | 0 | 0.13 | 197.14 | 0.7 | 0.55 |
| Hex | 3C | AF | DD | 49 | 15 | 0 | D | C5 | 46 | 37 |
| Octal | 74 | 257 | 335 | 111 | 25 | 0 | 15 | 305 | 106 | 67 |
| Binary | 111100 | 10101111 | 11011101 | 1001001 | 10101 | 0 | 1101 | 11000101 | 1000110 | 110111 |
Color Harmonies of #3CAFDD
Complementary color
Monochromatic Colors of #3CAFDD
Black with #3CAFDD
Text Example
Text Example
White with #3CAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAFDD; }
p { color: rgb(60,175,221); }
H1.HeaderClassName
{
color: #3CAFDD;
}
.AnyTagClassName
{
color: #3CAFDD;
}
</style>
background-color css
<style>
a { background-color: #3CAFDD; }
a { background-color: rgb(60,175,221); }
div.DivClassName
{
background-color: #3CAFDD;
}
.BgClassName
{
background-color: #3CAFDD;
}
</style>
border-color css
<style>
span { border-color: #3CAFDD; }
span { border-color: rgb(60,175,221); }
td.TdClassName
{
border-color: #3CAFDD;
}
.TagClassName
{
border-color: #3CAFDD;
}
</style>