Shades of Summer Sky #3FAFE6
Tints of Summer Sky #3FAFE6
RGB
CMYK
RGB Variations
Color information
#3FAFE6 (or 0x3FAFE6) is known color: Summer Sky. HEX triplet: 3F, AF and E6. RGB value is (63,175,230). Sum of RGB (Red+Green+Blue) = 63+175+230=468 (61% of max value = 765). Red value is 63 (25% from 255 or 13.46% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 230 (90.23% from 255 or 49.15% from 468); Max value from RGB is 230 - color contains mainly: blue. Hex color #3FAFE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FAFE6 is #C05019. Grayscale: #939393. Windows color (decimal): -12603418 or 15118143. OLE color: 15118143.
HSL color Cylindrical-coordinate representation of color #3FAFE6: hue angle of 199.76º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FAFE6 is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 175 | 230 | - |
| CMYK | 0.73 | 0.24 | 0 | 0.10 |
| HSL | 199.76º | 0.77% | 0.57% | - |
| HSV(B) | 199.76º | 0.73% | 0.9% | - |
| XYZ | 31.66 | 37.43 | 80.42 | - |
| YUV | 147.78 | 174.39 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 230 | 0.73 | 0.24 | 0 | 0.10 | 199.76 | 0.77 | 0.57 |
| Hex | 3F | AF | E6 | 49 | 18 | 0 | A | C8 | 4D | 39 |
| Octal | 77 | 257 | 346 | 111 | 30 | 0 | 12 | 310 | 115 | 71 |
| Binary | 111111 | 10101111 | 11100110 | 1001001 | 11000 | 0 | 1010 | 11001000 | 1001101 | 111001 |
Color Harmonies of #3FAFE6
Complementary color
Monochromatic Colors of #3FAFE6
Black with #3FAFE6
Text Example
Text Example
White with #3FAFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAFE6; }
p { color: rgb(63,175,230); }
H1.HeaderClassName
{
color: #3FAFE6;
}
.AnyTagClassName
{
color: #3FAFE6;
}
</style>
background-color css
<style>
a { background-color: #3FAFE6; }
a { background-color: rgb(63,175,230); }
div.DivClassName
{
background-color: #3FAFE6;
}
.BgClassName
{
background-color: #3FAFE6;
}
</style>
border-color css
<style>
span { border-color: #3FAFE6; }
span { border-color: rgb(63,175,230); }
td.TdClassName
{
border-color: #3FAFE6;
}
.TagClassName
{
border-color: #3FAFE6;
}
</style>