Shades of Summer Sky #3FAEDC
Tints of Summer Sky #3FAEDC
RGB
CMYK
RGB Variations
Color information
#3FAEDC (or 0x3FAEDC) is known color: Summer Sky. HEX triplet: 3F, AE and DC. RGB value is (63,174,220). Sum of RGB (Red+Green+Blue) = 63+174+220=457 (60% of max value = 765). Red value is 63 (25% from 255 or 13.79% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #3FAEDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAEDC is #C05123. Grayscale: #919191. Windows color (decimal): -12603684 or 14462527. OLE color: 14462527.
HSL color Cylindrical-coordinate representation of color #3FAEDC: hue angle of 197.58º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FAEDC is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 174 | 220 | - |
| CMYK | 0.71 | 0.21 | 0 | 0.14 |
| HSL | 197.58º | 0.69% | 0.55% | - |
| HSV(B) | 197.58º | 0.71% | 0.86% | - |
| XYZ | 30.1 | 36.5 | 73.17 | - |
| YUV | 146.06 | 169.73 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 174 | 220 | 0.71 | 0.21 | 0 | 0.14 | 197.58 | 0.69 | 0.55 |
| Hex | 3F | AE | DC | 47 | 15 | 0 | E | C6 | 45 | 37 |
| Octal | 77 | 256 | 334 | 107 | 25 | 0 | 16 | 306 | 105 | 67 |
| Binary | 111111 | 10101110 | 11011100 | 1000111 | 10101 | 0 | 1110 | 11000110 | 1000101 | 110111 |
Color Harmonies of #3FAEDC
Complementary color
Monochromatic Colors of #3FAEDC
Black with #3FAEDC
Text Example
Text Example
White with #3FAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAEDC; }
p { color: rgb(63,174,220); }
H1.HeaderClassName
{
color: #3FAEDC;
}
.AnyTagClassName
{
color: #3FAEDC;
}
</style>
background-color css
<style>
a { background-color: #3FAEDC; }
a { background-color: rgb(63,174,220); }
div.DivClassName
{
background-color: #3FAEDC;
}
.BgClassName
{
background-color: #3FAEDC;
}
</style>
border-color css
<style>
span { border-color: #3FAEDC; }
span { border-color: rgb(63,174,220); }
td.TdClassName
{
border-color: #3FAEDC;
}
.TagClassName
{
border-color: #3FAEDC;
}
</style>