Shades of Summer Sky #3FADE8
Tints of Summer Sky #3FADE8
RGB
CMYK
RGB Variations
Color information
#3FADE8 (or 0x3FADE8) is known color: Summer Sky. HEX triplet: 3F, AD and E8. RGB value is (63,173,232). Sum of RGB (Red+Green+Blue) = 63+173+232=468 (61% of max value = 765). Red value is 63 (25% from 255 or 13.46% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 232 (91.02% from 255 or 49.57% from 468); Max value from RGB is 232 - color contains mainly: blue. Hex color #3FADE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FADE8 is #C05217. Grayscale: #929292. Windows color (decimal): -12603928 or 15248703. OLE color: 15248703.
HSL color Cylindrical-coordinate representation of color #3FADE8: hue angle of 200.95º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FADE8 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 173 | 232 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.09 |
| HSL | 200.95º | 0.79% | 0.58% | - |
| HSV(B) | 200.95º | 0.73% | 0.91% | - |
| XYZ | 31.56 | 36.77 | 81.78 | - |
| YUV | 146.84 | 176.06 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 173 | 232 | 0.73 | 0.25 | 0 | 0.09 | 200.95 | 0.79 | 0.58 |
| Hex | 3F | AD | E8 | 49 | 19 | 0 | 9 | C9 | 4F | 3A |
| Octal | 77 | 255 | 350 | 111 | 31 | 0 | 11 | 311 | 117 | 72 |
| Binary | 111111 | 10101101 | 11101000 | 1001001 | 11001 | 0 | 1001 | 11001001 | 1001111 | 111010 |
Color Harmonies of #3FADE8
Complementary color
Monochromatic Colors of #3FADE8
Black with #3FADE8
Text Example
Text Example
White with #3FADE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FADE8; }
p { color: rgb(63,173,232); }
H1.HeaderClassName
{
color: #3FADE8;
}
.AnyTagClassName
{
color: #3FADE8;
}
</style>
background-color css
<style>
a { background-color: #3FADE8; }
a { background-color: rgb(63,173,232); }
div.DivClassName
{
background-color: #3FADE8;
}
.BgClassName
{
background-color: #3FADE8;
}
</style>
border-color css
<style>
span { border-color: #3FADE8; }
span { border-color: rgb(63,173,232); }
td.TdClassName
{
border-color: #3FADE8;
}
.TagClassName
{
border-color: #3FADE8;
}
</style>