Shades of Summer Sky #3FCCF7
Tints of Summer Sky #3FCCF7
RGB
CMYK
RGB Variations
Color information
#3FCCF7 (or 0x3FCCF7) is known color: Summer Sky. HEX triplet: 3F, CC and F7. RGB value is (63,204,247). Sum of RGB (Red+Green+Blue) = 63+204+247=514 (68% of max value = 765). Red value is 63 (25% from 255 or 12.26% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 247 (96.88% from 255 or 48.05% from 514); Max value from RGB is 247 - color contains mainly: blue. Hex color #3FCCF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FCCF7 is #C03308. Grayscale: #A6A6A6. Windows color (decimal): -12595977 or 16239679. OLE color: 16239679.
HSL color Cylindrical-coordinate representation of color #3FCCF7: hue angle of 194.02º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FCCF7 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 204 | 247 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.03 |
| HSL | 194.02º | 0.92% | 0.61% | - |
| HSV(B) | 194.02º | 0.74% | 0.97% | - |
| XYZ | 40.43 | 50.96 | 95.7 | - |
| YUV | 166.74 | 173.29 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 204 | 247 | 0.74 | 0.17 | 0 | 0.03 | 194.02 | 0.92 | 0.61 |
| Hex | 3F | CC | F7 | 4A | 11 | 0 | 3 | C2 | 5C | 3D |
| Octal | 77 | 314 | 367 | 112 | 21 | 0 | 3 | 302 | 134 | 75 |
| Binary | 111111 | 11001100 | 11110111 | 1001010 | 10001 | 0 | 11 | 11000010 | 1011100 | 111101 |
Color Harmonies of #3FCCF7
Complementary color
Monochromatic Colors of #3FCCF7
Black with #3FCCF7
Text Example
Text Example
White with #3FCCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCCF7; }
p { color: rgb(63,204,247); }
H1.HeaderClassName
{
color: #3FCCF7;
}
.AnyTagClassName
{
color: #3FCCF7;
}
</style>
background-color css
<style>
a { background-color: #3FCCF7; }
a { background-color: rgb(63,204,247); }
div.DivClassName
{
background-color: #3FCCF7;
}
.BgClassName
{
background-color: #3FCCF7;
}
</style>
border-color css
<style>
span { border-color: #3FCCF7; }
span { border-color: rgb(63,204,247); }
td.TdClassName
{
border-color: #3FCCF7;
}
.TagClassName
{
border-color: #3FCCF7;
}
</style>