Shades of Summer Sky #3FAFD7
Tints of Summer Sky #3FAFD7
RGB
CMYK
RGB Variations
Color information
#3FAFD7 (or 0x3FAFD7) is known color: Summer Sky. HEX triplet: 3F, AF and D7. RGB value is (63,175,215). Sum of RGB (Red+Green+Blue) = 63+175+215=453 (60% of max value = 765). Red value is 63 (25% from 255 or 13.91% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 215 (84.38% from 255 or 47.46% from 453); Max value from RGB is 215 - color contains mainly: blue. Hex color #3FAFD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FAFD7 is #C05028. Grayscale: #919191. Windows color (decimal): -12603433 or 14135103. OLE color: 14135103.
HSL color Cylindrical-coordinate representation of color #3FAFD7: hue angle of 195.79º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FAFD7 is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 175 | 215 | - |
| CMYK | 0.71 | 0.19 | 0 | 0.16 |
| HSL | 195.79º | 0.66% | 0.55% | - |
| HSV(B) | 195.79º | 0.71% | 0.84% | - |
| XYZ | 29.65 | 36.62 | 69.8 | - |
| YUV | 146.07 | 166.89 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 215 | 0.71 | 0.19 | 0 | 0.16 | 195.79 | 0.66 | 0.55 |
| Hex | 3F | AF | D7 | 47 | 13 | 0 | 10 | C4 | 42 | 37 |
| Octal | 77 | 257 | 327 | 107 | 23 | 0 | 20 | 304 | 102 | 67 |
| Binary | 111111 | 10101111 | 11010111 | 1000111 | 10011 | 0 | 10000 | 11000100 | 1000010 | 110111 |
Color Harmonies of #3FAFD7
Complementary color
Monochromatic Colors of #3FAFD7
Black with #3FAFD7
Text Example
Text Example
White with #3FAFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAFD7; }
p { color: rgb(63,175,215); }
H1.HeaderClassName
{
color: #3FAFD7;
}
.AnyTagClassName
{
color: #3FAFD7;
}
</style>
background-color css
<style>
a { background-color: #3FAFD7; }
a { background-color: rgb(63,175,215); }
div.DivClassName
{
background-color: #3FAFD7;
}
.BgClassName
{
background-color: #3FAFD7;
}
</style>
border-color css
<style>
span { border-color: #3FAFD7; }
span { border-color: rgb(63,175,215); }
td.TdClassName
{
border-color: #3FAFD7;
}
.TagClassName
{
border-color: #3FAFD7;
}
</style>