Shades of Summer Sky #3FD0EF
Tints of Summer Sky #3FD0EF
RGB
CMYK
RGB Variations
Color information
#3FD0EF (or 0x3FD0EF) is known color: Summer Sky. HEX triplet: 3F, D0 and EF. RGB value is (63,208,239). Sum of RGB (Red+Green+Blue) = 63+208+239=510 (67% of max value = 765). Red value is 63 (25% from 255 or 12.35% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FD0EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FD0EF is #C02F10. Grayscale: #A7A7A7. Windows color (decimal): -12594961 or 15716415. OLE color: 15716415.
HSL color Cylindrical-coordinate representation of color #3FD0EF: hue angle of 190.57º 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 #3FD0EF is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 208 | 239 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.06 |
| HSL | 190.57º | 0.85% | 0.59% | - |
| HSV(B) | 190.57º | 0.74% | 0.94% | - |
| XYZ | 40.19 | 52.4 | 89.66 | - |
| YUV | 168.18 | 167.96 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 208 | 239 | 0.74 | 0.13 | 0 | 0.06 | 190.57 | 0.85 | 0.59 |
| Hex | 3F | D0 | EF | 4A | D | 0 | 6 | BF | 55 | 3B |
| Octal | 77 | 320 | 357 | 112 | 15 | 0 | 6 | 277 | 125 | 73 |
| Binary | 111111 | 11010000 | 11101111 | 1001010 | 1101 | 0 | 110 | 10111111 | 1010101 | 111011 |
Color Harmonies of #3FD0EF
Complementary color
Monochromatic Colors of #3FD0EF
Black with #3FD0EF
Text Example
Text Example
White with #3FD0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD0EF; }
p { color: rgb(63,208,239); }
H1.HeaderClassName
{
color: #3FD0EF;
}
.AnyTagClassName
{
color: #3FD0EF;
}
</style>
background-color css
<style>
a { background-color: #3FD0EF; }
a { background-color: rgb(63,208,239); }
div.DivClassName
{
background-color: #3FD0EF;
}
.BgClassName
{
background-color: #3FD0EF;
}
</style>
border-color css
<style>
span { border-color: #3FD0EF; }
span { border-color: rgb(63,208,239); }
td.TdClassName
{
border-color: #3FD0EF;
}
.TagClassName
{
border-color: #3FD0EF;
}
</style>