Shades of Summer Sky #3ED5FF
Tints of Summer Sky #3ED5FF
RGB
CMYK
RGB Variations
Color information
#3ED5FF (or 0x3ED5FF) is known color: Summer Sky. HEX triplet: 3E, D5 and FF. RGB value is (62,213,255). Sum of RGB (Red+Green+Blue) = 62+213+255=530 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.70% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #3ED5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ED5FF is #C12A00. Grayscale: #ACACAC. Windows color (decimal): -12659201 or 16766270. OLE color: 16766270.
HSL color Cylindrical-coordinate representation of color #3ED5FF: hue angle of 193.06º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ED5FF is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 213 | 255 | - |
| CMYK | 0.76 | 0.16 | 0 | 0 |
| HSL | 193.06º | 1% | 0.62% | - |
| HSV(B) | 193.06º | 0.76% | 1% | - |
| XYZ | 43.83 | 55.83 | 103.07 | - |
| YUV | 172.64 | 174.47 | 49.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 213 | 255 | 0.76 | 0.16 | 0 | 0 | 193.06 | 1 | 0.62 |
| Hex | 3E | D5 | FF | 4C | 10 | 0 | 0 | C1 | 64 | 3E |
| Octal | 76 | 325 | 377 | 114 | 20 | 0 | 0 | 301 | 144 | 76 |
| Binary | 111110 | 11010101 | 11111111 | 1001100 | 10000 | 0 | 0 | 11000001 | 1100100 | 111110 |
Color Harmonies of #3ED5FF
Complementary color
Monochromatic Colors of #3ED5FF
Black with #3ED5FF
Text Example
Text Example
White with #3ED5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED5FF; }
p { color: rgb(62,213,255); }
H1.HeaderClassName
{
color: #3ED5FF;
}
.AnyTagClassName
{
color: #3ED5FF;
}
</style>
background-color css
<style>
a { background-color: #3ED5FF; }
a { background-color: rgb(62,213,255); }
div.DivClassName
{
background-color: #3ED5FF;
}
.BgClassName
{
background-color: #3ED5FF;
}
</style>
border-color css
<style>
span { border-color: #3ED5FF; }
span { border-color: rgb(62,213,255); }
td.TdClassName
{
border-color: #3ED5FF;
}
.TagClassName
{
border-color: #3ED5FF;
}
</style>