Shades of Summer Sky #3FAFFD
Tints of Summer Sky #3FAFFD
RGB
CMYK
RGB Variations
Color information
#3FAFFD (or 0x3FAFFD) is known color: Summer Sky. HEX triplet: 3F, AF and FD. RGB value is (63,175,253). Sum of RGB (Red+Green+Blue) = 63+175+253=491 (65% of max value = 765). Red value is 63 (25% from 255 or 12.83% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #3FAFFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3FAFFD is #C05002. Grayscale: #959595. Windows color (decimal): -12603395 or 16625471. OLE color: 16625471.
HSL color Cylindrical-coordinate representation of color #3FAFFD: hue angle of 204.63º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FAFFD is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 175 | 253 | - |
| CMYK | 0.75 | 0.31 | 0 | 0.01 |
| HSL | 204.63º | 0.98% | 0.62% | - |
| HSV(B) | 204.63º | 0.75% | 0.99% | - |
| XYZ | 35.11 | 38.81 | 98.57 | - |
| YUV | 150.4 | 185.89 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 253 | 0.75 | 0.31 | 0 | 0.01 | 204.63 | 0.98 | 0.62 |
| Hex | 3F | AF | FD | 4B | 1F | 0 | 1 | CD | 62 | 3E |
| Octal | 77 | 257 | 375 | 113 | 37 | 0 | 1 | 315 | 142 | 76 |
| Binary | 111111 | 10101111 | 11111101 | 1001011 | 11111 | 0 | 1 | 11001101 | 1100010 | 111110 |
Color Harmonies of #3FAFFD
Complementary color
Monochromatic Colors of #3FAFFD
Black with #3FAFFD
Text Example
Text Example
White with #3FAFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAFFD; }
p { color: rgb(63,175,253); }
H1.HeaderClassName
{
color: #3FAFFD;
}
.AnyTagClassName
{
color: #3FAFFD;
}
</style>
background-color css
<style>
a { background-color: #3FAFFD; }
a { background-color: rgb(63,175,253); }
div.DivClassName
{
background-color: #3FAFFD;
}
.BgClassName
{
background-color: #3FAFFD;
}
</style>
border-color css
<style>
span { border-color: #3FAFFD; }
span { border-color: rgb(63,175,253); }
td.TdClassName
{
border-color: #3FAFFD;
}
.TagClassName
{
border-color: #3FAFFD;
}
</style>