Shades of Summer Sky #3ED2F1
Tints of Summer Sky #3ED2F1
RGB
CMYK
RGB Variations
Color information
#3ED2F1 (or 0x3ED2F1) is known color: Summer Sky. HEX triplet: 3E, D2 and F1. RGB value is (62,210,241). Sum of RGB (Red+Green+Blue) = 62+210+241=513 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.09% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #3ED2F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ED2F1 is #C12D0E. Grayscale: #A9A9A9. Windows color (decimal): -12659983 or 15847998. OLE color: 15847998.
HSL color Cylindrical-coordinate representation of color #3ED2F1: hue angle of 190.39º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ED2F1 is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 210 | 241 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.05 |
| HSL | 190.39º | 0.86% | 0.59% | - |
| HSV(B) | 190.39º | 0.74% | 0.95% | - |
| XYZ | 40.91 | 53.47 | 91.38 | - |
| YUV | 169.28 | 168.47 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 210 | 241 | 0.74 | 0.13 | 0 | 0.05 | 190.39 | 0.86 | 0.59 |
| Hex | 3E | D2 | F1 | 4A | D | 0 | 5 | BE | 56 | 3B |
| Octal | 76 | 322 | 361 | 112 | 15 | 0 | 5 | 276 | 126 | 73 |
| Binary | 111110 | 11010010 | 11110001 | 1001010 | 1101 | 0 | 101 | 10111110 | 1010110 | 111011 |
Color Harmonies of #3ED2F1
Complementary color
Monochromatic Colors of #3ED2F1
Black with #3ED2F1
Text Example
Text Example
White with #3ED2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED2F1; }
p { color: rgb(62,210,241); }
H1.HeaderClassName
{
color: #3ED2F1;
}
.AnyTagClassName
{
color: #3ED2F1;
}
</style>
background-color css
<style>
a { background-color: #3ED2F1; }
a { background-color: rgb(62,210,241); }
div.DivClassName
{
background-color: #3ED2F1;
}
.BgClassName
{
background-color: #3ED2F1;
}
</style>
border-color css
<style>
span { border-color: #3ED2F1; }
span { border-color: rgb(62,210,241); }
td.TdClassName
{
border-color: #3ED2F1;
}
.TagClassName
{
border-color: #3ED2F1;
}
</style>