Shades of Summer Sky #3EAFEF
Tints of Summer Sky #3EAFEF
RGB
CMYK
RGB Variations
Color information
#3EAFEF (or 0x3EAFEF) is known color: Summer Sky. HEX triplet: 3E, AF and EF. RGB value is (62,175,239). Sum of RGB (Red+Green+Blue) = 62+175+239=476 (63% of max value = 765). Red value is 62 (24.61% from 255 or 13.03% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #3EAFEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3EAFEF is #C15010. Grayscale: #949494. Windows color (decimal): -12668945 or 15707966. OLE color: 15707966.
HSL color Cylindrical-coordinate representation of color #3EAFEF: hue angle of 201.69º 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 #3EAFEF is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 175 | 239 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.06 |
| HSL | 201.69º | 0.85% | 0.59% | - |
| HSV(B) | 201.69º | 0.74% | 0.94% | - |
| XYZ | 32.9 | 37.92 | 87.25 | - |
| YUV | 148.51 | 179.06 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 175 | 239 | 0.74 | 0.27 | 0 | 0.06 | 201.69 | 0.85 | 0.59 |
| Hex | 3E | AF | EF | 4A | 1B | 0 | 6 | CA | 55 | 3B |
| Octal | 76 | 257 | 357 | 112 | 33 | 0 | 6 | 312 | 125 | 73 |
| Binary | 111110 | 10101111 | 11101111 | 1001010 | 11011 | 0 | 110 | 11001010 | 1010101 | 111011 |
Color Harmonies of #3EAFEF
Complementary color
Monochromatic Colors of #3EAFEF
Black with #3EAFEF
Text Example
Text Example
White with #3EAFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EAFEF; }
p { color: rgb(62,175,239); }
H1.HeaderClassName
{
color: #3EAFEF;
}
.AnyTagClassName
{
color: #3EAFEF;
}
</style>
background-color css
<style>
a { background-color: #3EAFEF; }
a { background-color: rgb(62,175,239); }
div.DivClassName
{
background-color: #3EAFEF;
}
.BgClassName
{
background-color: #3EAFEF;
}
</style>
border-color css
<style>
span { border-color: #3EAFEF; }
span { border-color: rgb(62,175,239); }
td.TdClassName
{
border-color: #3EAFEF;
}
.TagClassName
{
border-color: #3EAFEF;
}
</style>