Shades of Summer Sky #3FAEEF
Tints of Summer Sky #3FAEEF
RGB
CMYK
RGB Variations
Color information
#3FAEEF (or 0x3FAEEF) is known color: Summer Sky. HEX triplet: 3F, AE and EF. RGB value is (63,174,239). Sum of RGB (Red+Green+Blue) = 63+174+239=476 (63% of max value = 765). Red value is 63 (25% from 255 or 13.24% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FAEEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FAEEF is #C05110. Grayscale: #939393. Windows color (decimal): -12603665 or 15707711. OLE color: 15707711.
HSL color Cylindrical-coordinate representation of color #3FAEEF: hue angle of 202.16º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FAEEF is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 174 | 239 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.06 |
| HSL | 202.16º | 0.85% | 0.59% | - |
| HSV(B) | 202.16º | 0.74% | 0.94% | - |
| XYZ | 32.77 | 37.56 | 87.18 | - |
| YUV | 148.22 | 179.23 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 174 | 239 | 0.74 | 0.27 | 0 | 0.06 | 202.16 | 0.85 | 0.59 |
| Hex | 3F | AE | EF | 4A | 1B | 0 | 6 | CA | 55 | 3B |
| Octal | 77 | 256 | 357 | 112 | 33 | 0 | 6 | 312 | 125 | 73 |
| Binary | 111111 | 10101110 | 11101111 | 1001010 | 11011 | 0 | 110 | 11001010 | 1010101 | 111011 |
Color Harmonies of #3FAEEF
Complementary color
Monochromatic Colors of #3FAEEF
Black with #3FAEEF
Text Example
Text Example
White with #3FAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAEEF; }
p { color: rgb(63,174,239); }
H1.HeaderClassName
{
color: #3FAEEF;
}
.AnyTagClassName
{
color: #3FAEEF;
}
</style>
background-color css
<style>
a { background-color: #3FAEEF; }
a { background-color: rgb(63,174,239); }
div.DivClassName
{
background-color: #3FAEEF;
}
.BgClassName
{
background-color: #3FAEEF;
}
</style>
border-color css
<style>
span { border-color: #3FAEEF; }
span { border-color: rgb(63,174,239); }
td.TdClassName
{
border-color: #3FAEEF;
}
.TagClassName
{
border-color: #3FAEEF;
}
</style>