Shades of Summer Sky #3FD2F1
Tints of Summer Sky #3FD2F1
RGB
CMYK
RGB Variations
Color information
#3FD2F1 (or 0x3FD2F1) is known color: Summer Sky. HEX triplet: 3F, D2 and F1. RGB value is (63,210,241). Sum of RGB (Red+Green+Blue) = 63+210+241=514 (68% of max value = 765). Red value is 63 (25% from 255 or 12.26% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #3FD2F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3FD2F1 is #C02D0E. Grayscale: #A9A9A9. Windows color (decimal): -12594447 or 15847999. OLE color: 15847999.
HSL color Cylindrical-coordinate representation of color #3FD2F1: hue angle of 190.45º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FD2F1 is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 210 | 241 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.05 |
| HSL | 190.45º | 0.86% | 0.6% | - |
| HSV(B) | 190.45º | 0.74% | 0.95% | - |
| XYZ | 40.97 | 53.5 | 91.39 | - |
| YUV | 169.58 | 168.3 | 51.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 210 | 241 | 0.74 | 0.13 | 0 | 0.05 | 190.45 | 0.86 | 0.6 |
| Hex | 3F | D2 | F1 | 4A | D | 0 | 5 | BE | 56 | 3C |
| Octal | 77 | 322 | 361 | 112 | 15 | 0 | 5 | 276 | 126 | 74 |
| Binary | 111111 | 11010010 | 11110001 | 1001010 | 1101 | 0 | 101 | 10111110 | 1010110 | 111100 |
Color Harmonies of #3FD2F1
Complementary color
Monochromatic Colors of #3FD2F1
Black with #3FD2F1
Text Example
Text Example
White with #3FD2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD2F1; }
p { color: rgb(63,210,241); }
H1.HeaderClassName
{
color: #3FD2F1;
}
.AnyTagClassName
{
color: #3FD2F1;
}
</style>
background-color css
<style>
a { background-color: #3FD2F1; }
a { background-color: rgb(63,210,241); }
div.DivClassName
{
background-color: #3FD2F1;
}
.BgClassName
{
background-color: #3FD2F1;
}
</style>
border-color css
<style>
span { border-color: #3FD2F1; }
span { border-color: rgb(63,210,241); }
td.TdClassName
{
border-color: #3FD2F1;
}
.TagClassName
{
border-color: #3FD2F1;
}
</style>