Shades of Summer Sky #3FC2EF
Tints of Summer Sky #3FC2EF
RGB
CMYK
RGB Variations
Color information
#3FC2EF (or 0x3FC2EF) is known color: Summer Sky. HEX triplet: 3F, C2 and EF. RGB value is (63,194,239). Sum of RGB (Red+Green+Blue) = 63+194+239=496 (65% of max value = 765). Red value is 63 (25% from 255 or 12.70% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FC2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FC2EF is #C03D10. Grayscale: #9F9F9F. Windows color (decimal): -12598545 or 15712831. OLE color: 15712831.
HSL color Cylindrical-coordinate representation of color #3FC2EF: hue angle of 195.34º 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 #3FC2EF is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 194 | 239 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.06 |
| HSL | 195.34º | 0.85% | 0.59% | - |
| HSV(B) | 195.34º | 0.74% | 0.94% | - |
| XYZ | 36.92 | 45.87 | 88.57 | - |
| YUV | 159.96 | 172.6 | 58.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 194 | 239 | 0.74 | 0.19 | 0 | 0.06 | 195.34 | 0.85 | 0.59 |
| Hex | 3F | C2 | EF | 4A | 13 | 0 | 6 | C3 | 55 | 3B |
| Octal | 77 | 302 | 357 | 112 | 23 | 0 | 6 | 303 | 125 | 73 |
| Binary | 111111 | 11000010 | 11101111 | 1001010 | 10011 | 0 | 110 | 11000011 | 1010101 | 111011 |
Color Harmonies of #3FC2EF
Complementary color
Monochromatic Colors of #3FC2EF
Black with #3FC2EF
Text Example
Text Example
White with #3FC2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC2EF; }
p { color: rgb(63,194,239); }
H1.HeaderClassName
{
color: #3FC2EF;
}
.AnyTagClassName
{
color: #3FC2EF;
}
</style>
background-color css
<style>
a { background-color: #3FC2EF; }
a { background-color: rgb(63,194,239); }
div.DivClassName
{
background-color: #3FC2EF;
}
.BgClassName
{
background-color: #3FC2EF;
}
</style>
border-color css
<style>
span { border-color: #3FC2EF; }
span { border-color: rgb(63,194,239); }
td.TdClassName
{
border-color: #3FC2EF;
}
.TagClassName
{
border-color: #3FC2EF;
}
</style>