Shades of Summer Sky #3FCFFA
Tints of Summer Sky #3FCFFA
RGB
CMYK
RGB Variations
Color information
#3FCFFA (or 0x3FCFFA) is known color: Summer Sky. HEX triplet: 3F, CF and FA. RGB value is (63,207,250). Sum of RGB (Red+Green+Blue) = 63+207+250=520 (68% of max value = 765). Red value is 63 (25% from 255 or 12.12% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #3FCFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FCFFA is #C03005. Grayscale: #A8A8A8. Windows color (decimal): -12595206 or 16437055. OLE color: 16437055.
HSL color Cylindrical-coordinate representation of color #3FCFFA: hue angle of 193.8º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FCFFA is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 207 | 250 | - |
| CMYK | 0.75 | 0.17 | 0 | 0.02 |
| HSL | 193.8º | 0.95% | 0.61% | - |
| HSV(B) | 193.8º | 0.75% | 0.98% | - |
| XYZ | 41.62 | 52.58 | 98.4 | - |
| YUV | 168.85 | 173.79 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 250 | 0.75 | 0.17 | 0 | 0.02 | 193.8 | 0.95 | 0.61 |
| Hex | 3F | CF | FA | 4B | 11 | 0 | 2 | C2 | 5F | 3D |
| Octal | 77 | 317 | 372 | 113 | 21 | 0 | 2 | 302 | 137 | 75 |
| Binary | 111111 | 11001111 | 11111010 | 1001011 | 10001 | 0 | 10 | 11000010 | 1011111 | 111101 |
Color Harmonies of #3FCFFA
Complementary color
Monochromatic Colors of #3FCFFA
Black with #3FCFFA
Text Example
Text Example
White with #3FCFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCFFA; }
p { color: rgb(63,207,250); }
H1.HeaderClassName
{
color: #3FCFFA;
}
.AnyTagClassName
{
color: #3FCFFA;
}
</style>
background-color css
<style>
a { background-color: #3FCFFA; }
a { background-color: rgb(63,207,250); }
div.DivClassName
{
background-color: #3FCFFA;
}
.BgClassName
{
background-color: #3FCFFA;
}
</style>
border-color css
<style>
span { border-color: #3FCFFA; }
span { border-color: rgb(63,207,250); }
td.TdClassName
{
border-color: #3FCFFA;
}
.TagClassName
{
border-color: #3FCFFA;
}
</style>