Shades of Summer Sky #3FAEEB
Tints of Summer Sky #3FAEEB
RGB
CMYK
RGB Variations
Color information
#3FAEEB (or 0x3FAEEB) is known color: Summer Sky. HEX triplet: 3F, AE and EB. RGB value is (63,174,235). Sum of RGB (Red+Green+Blue) = 63+174+235=472 (62% of max value = 765). Red value is 63 (25% from 255 or 13.35% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #3FAEEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FAEEB is #C05114. Grayscale: #939393. Windows color (decimal): -12603669 or 15445567. OLE color: 15445567.
HSL color Cylindrical-coordinate representation of color #3FAEEB: hue angle of 201.28º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FAEEB is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 174 | 235 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.08 |
| HSL | 201.28º | 0.81% | 0.58% | - |
| HSV(B) | 201.28º | 0.73% | 0.92% | - |
| XYZ | 32.18 | 37.33 | 84.11 | - |
| YUV | 147.77 | 177.23 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 174 | 235 | 0.73 | 0.26 | 0 | 0.08 | 201.28 | 0.81 | 0.58 |
| Hex | 3F | AE | EB | 49 | 1A | 0 | 8 | C9 | 51 | 3A |
| Octal | 77 | 256 | 353 | 111 | 32 | 0 | 10 | 311 | 121 | 72 |
| Binary | 111111 | 10101110 | 11101011 | 1001001 | 11010 | 0 | 1000 | 11001001 | 1010001 | 111010 |
Color Harmonies of #3FAEEB
Complementary color
Monochromatic Colors of #3FAEEB
Black with #3FAEEB
Text Example
Text Example
White with #3FAEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAEEB; }
p { color: rgb(63,174,235); }
H1.HeaderClassName
{
color: #3FAEEB;
}
.AnyTagClassName
{
color: #3FAEEB;
}
</style>
background-color css
<style>
a { background-color: #3FAEEB; }
a { background-color: rgb(63,174,235); }
div.DivClassName
{
background-color: #3FAEEB;
}
.BgClassName
{
background-color: #3FAEEB;
}
</style>
border-color css
<style>
span { border-color: #3FAEEB; }
span { border-color: rgb(63,174,235); }
td.TdClassName
{
border-color: #3FAEEB;
}
.TagClassName
{
border-color: #3FAEEB;
}
</style>