Shades of Summer Sky #3FD2EF
Tints of Summer Sky #3FD2EF
RGB
CMYK
RGB Variations
Color information
#3FD2EF (or 0x3FD2EF) is known color: Summer Sky. HEX triplet: 3F, D2 and EF. RGB value is (63,210,239). Sum of RGB (Red+Green+Blue) = 63+210+239=512 (67% of max value = 765). Red value is 63 (25% from 255 or 12.30% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FD2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FD2EF is #C02D10. Grayscale: #A9A9A9. Windows color (decimal): -12594449 or 15716927. OLE color: 15716927.
HSL color Cylindrical-coordinate representation of color #3FD2EF: hue angle of 189.89º 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 #3FD2EF is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 210 | 239 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.06 |
| HSL | 189.89º | 0.85% | 0.59% | - |
| HSV(B) | 189.89º | 0.74% | 0.94% | - |
| XYZ | 40.68 | 53.38 | 89.82 | - |
| YUV | 169.35 | 167.3 | 52.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 210 | 239 | 0.74 | 0.12 | 0 | 0.06 | 189.89 | 0.85 | 0.59 |
| Hex | 3F | D2 | EF | 4A | C | 0 | 6 | BE | 55 | 3B |
| Octal | 77 | 322 | 357 | 112 | 14 | 0 | 6 | 276 | 125 | 73 |
| Binary | 111111 | 11010010 | 11101111 | 1001010 | 1100 | 0 | 110 | 10111110 | 1010101 | 111011 |
Color Harmonies of #3FD2EF
Complementary color
Monochromatic Colors of #3FD2EF
Black with #3FD2EF
Text Example
Text Example
White with #3FD2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD2EF; }
p { color: rgb(63,210,239); }
H1.HeaderClassName
{
color: #3FD2EF;
}
.AnyTagClassName
{
color: #3FD2EF;
}
</style>
background-color css
<style>
a { background-color: #3FD2EF; }
a { background-color: rgb(63,210,239); }
div.DivClassName
{
background-color: #3FD2EF;
}
.BgClassName
{
background-color: #3FD2EF;
}
</style>
border-color css
<style>
span { border-color: #3FD2EF; }
span { border-color: rgb(63,210,239); }
td.TdClassName
{
border-color: #3FD2EF;
}
.TagClassName
{
border-color: #3FD2EF;
}
</style>