Shades of Summer Sky #3FADEF
Tints of Summer Sky #3FADEF
RGB
CMYK
RGB Variations
Color information
#3FADEF (or 0x3FADEF) is known color: Summer Sky. HEX triplet: 3F, AD and EF. RGB value is (63,173,239). Sum of RGB (Red+Green+Blue) = 63+173+239=475 (62% of max value = 765). Red value is 63 (25% from 255 or 13.26% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FADEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FADEF is #C05210. Grayscale: #939393. Windows color (decimal): -12603921 or 15707455. OLE color: 15707455.
HSL color Cylindrical-coordinate representation of color #3FADEF: hue angle of 202.5º 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 #3FADEF is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 173 | 239 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.06 |
| HSL | 202.5º | 0.85% | 0.59% | - |
| HSV(B) | 202.5º | 0.74% | 0.94% | - |
| XYZ | 32.57 | 37.18 | 87.12 | - |
| YUV | 147.63 | 179.56 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 173 | 239 | 0.74 | 0.28 | 0 | 0.06 | 202.5 | 0.85 | 0.59 |
| Hex | 3F | AD | EF | 4A | 1C | 0 | 6 | CA | 55 | 3B |
| Octal | 77 | 255 | 357 | 112 | 34 | 0 | 6 | 312 | 125 | 73 |
| Binary | 111111 | 10101101 | 11101111 | 1001010 | 11100 | 0 | 110 | 11001010 | 1010101 | 111011 |
Color Harmonies of #3FADEF
Complementary color
Monochromatic Colors of #3FADEF
Black with #3FADEF
Text Example
Text Example
White with #3FADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FADEF; }
p { color: rgb(63,173,239); }
H1.HeaderClassName
{
color: #3FADEF;
}
.AnyTagClassName
{
color: #3FADEF;
}
</style>
background-color css
<style>
a { background-color: #3FADEF; }
a { background-color: rgb(63,173,239); }
div.DivClassName
{
background-color: #3FADEF;
}
.BgClassName
{
background-color: #3FADEF;
}
</style>
border-color css
<style>
span { border-color: #3FADEF; }
span { border-color: rgb(63,173,239); }
td.TdClassName
{
border-color: #3FADEF;
}
.TagClassName
{
border-color: #3FADEF;
}
</style>