Shades of Summer Sky #3FC7EF
Tints of Summer Sky #3FC7EF
RGB
CMYK
RGB Variations
Color information
#3FC7EF (or 0x3FC7EF) is known color: Summer Sky. HEX triplet: 3F, C7 and EF. RGB value is (63,199,239). Sum of RGB (Red+Green+Blue) = 63+199+239=501 (66% of max value = 765). Red value is 63 (25% from 255 or 12.57% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FC7EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FC7EF is #C03810. Grayscale: #A2A2A2. Windows color (decimal): -12597265 or 15714111. OLE color: 15714111.
HSL color Cylindrical-coordinate representation of color #3FC7EF: hue angle of 193.64º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FC7EF is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 199 | 239 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.06 |
| HSL | 193.64º | 0.85% | 0.59% | - |
| HSV(B) | 193.64º | 0.74% | 0.94% | - |
| XYZ | 38.05 | 48.14 | 88.95 | - |
| YUV | 162.9 | 170.94 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 199 | 239 | 0.74 | 0.17 | 0 | 0.06 | 193.64 | 0.85 | 0.59 |
| Hex | 3F | C7 | EF | 4A | 11 | 0 | 6 | C2 | 55 | 3B |
| Octal | 77 | 307 | 357 | 112 | 21 | 0 | 6 | 302 | 125 | 73 |
| Binary | 111111 | 11000111 | 11101111 | 1001010 | 10001 | 0 | 110 | 11000010 | 1010101 | 111011 |
Color Harmonies of #3FC7EF
Complementary color
Monochromatic Colors of #3FC7EF
Black with #3FC7EF
Text Example
Text Example
White with #3FC7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC7EF; }
p { color: rgb(63,199,239); }
H1.HeaderClassName
{
color: #3FC7EF;
}
.AnyTagClassName
{
color: #3FC7EF;
}
</style>
background-color css
<style>
a { background-color: #3FC7EF; }
a { background-color: rgb(63,199,239); }
div.DivClassName
{
background-color: #3FC7EF;
}
.BgClassName
{
background-color: #3FC7EF;
}
</style>
border-color css
<style>
span { border-color: #3FC7EF; }
span { border-color: rgb(63,199,239); }
td.TdClassName
{
border-color: #3FC7EF;
}
.TagClassName
{
border-color: #3FC7EF;
}
</style>