Shades of Summer Sky #3FCDFA
Tints of Summer Sky #3FCDFA
RGB
CMYK
RGB Variations
Color information
#3FCDFA (or 0x3FCDFA) is known color: Summer Sky. HEX triplet: 3F, CD and FA. RGB value is (63,205,250). Sum of RGB (Red+Green+Blue) = 63+205+250=518 (68% of max value = 765). Red value is 63 (25% from 255 or 12.16% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #3FCDFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FCDFA is #C03205. Grayscale: #A7A7A7. Windows color (decimal): -12595718 or 16436543. OLE color: 16436543.
HSL color Cylindrical-coordinate representation of color #3FCDFA: hue angle of 194.44º 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 #3FCDFA is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 205 | 250 | - |
| CMYK | 0.75 | 0.18 | 0 | 0.02 |
| HSL | 194.44º | 0.95% | 0.61% | - |
| HSV(B) | 194.44º | 0.75% | 0.98% | - |
| XYZ | 41.14 | 51.62 | 98.24 | - |
| YUV | 167.67 | 174.46 | 53.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 250 | 0.75 | 0.18 | 0 | 0.02 | 194.44 | 0.95 | 0.61 |
| Hex | 3F | CD | FA | 4B | 12 | 0 | 2 | C2 | 5F | 3D |
| Octal | 77 | 315 | 372 | 113 | 22 | 0 | 2 | 302 | 137 | 75 |
| Binary | 111111 | 11001101 | 11111010 | 1001011 | 10010 | 0 | 10 | 11000010 | 1011111 | 111101 |
Color Harmonies of #3FCDFA
Complementary color
Monochromatic Colors of #3FCDFA
Black with #3FCDFA
Text Example
Text Example
White with #3FCDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCDFA; }
p { color: rgb(63,205,250); }
H1.HeaderClassName
{
color: #3FCDFA;
}
.AnyTagClassName
{
color: #3FCDFA;
}
</style>
background-color css
<style>
a { background-color: #3FCDFA; }
a { background-color: rgb(63,205,250); }
div.DivClassName
{
background-color: #3FCDFA;
}
.BgClassName
{
background-color: #3FCDFA;
}
</style>
border-color css
<style>
span { border-color: #3FCDFA; }
span { border-color: rgb(63,205,250); }
td.TdClassName
{
border-color: #3FCDFA;
}
.TagClassName
{
border-color: #3FCDFA;
}
</style>