Shades of Summer Sky #3AA4EF
Tints of Summer Sky #3AA4EF
RGB
CMYK
RGB Variations
Color information
#3AA4EF (or 0x3AA4EF) is known color: Summer Sky. HEX triplet: 3A, A4 and EF. RGB value is (58,164,239). Sum of RGB (Red+Green+Blue) = 58+164+239=461 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.58% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #3AA4EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AA4EF is #C55B10. Grayscale: #8C8C8C. Windows color (decimal): -12933905 or 15705146. OLE color: 15705146.
HSL color Cylindrical-coordinate representation of color #3AA4EF: hue angle of 204.86º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AA4EF is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 164 | 239 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.06 |
| HSL | 204.86º | 0.85% | 0.58% | - |
| HSV(B) | 204.86º | 0.76% | 0.94% | - |
| XYZ | 30.6 | 33.68 | 86.55 | - |
| YUV | 140.86 | 183.38 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 164 | 239 | 0.76 | 0.31 | 0 | 0.06 | 204.86 | 0.85 | 0.58 |
| Hex | 3A | A4 | EF | 4C | 1F | 0 | 6 | CD | 55 | 3A |
| Octal | 72 | 244 | 357 | 114 | 37 | 0 | 6 | 315 | 125 | 72 |
| Binary | 111010 | 10100100 | 11101111 | 1001100 | 11111 | 0 | 110 | 11001101 | 1010101 | 111010 |
Color Harmonies of #3AA4EF
Complementary color
Monochromatic Colors of #3AA4EF
Black with #3AA4EF
Text Example
Text Example
White with #3AA4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA4EF; }
p { color: rgb(58,164,239); }
H1.HeaderClassName
{
color: #3AA4EF;
}
.AnyTagClassName
{
color: #3AA4EF;
}
</style>
background-color css
<style>
a { background-color: #3AA4EF; }
a { background-color: rgb(58,164,239); }
div.DivClassName
{
background-color: #3AA4EF;
}
.BgClassName
{
background-color: #3AA4EF;
}
</style>
border-color css
<style>
span { border-color: #3AA4EF; }
span { border-color: rgb(58,164,239); }
td.TdClassName
{
border-color: #3AA4EF;
}
.TagClassName
{
border-color: #3AA4EF;
}
</style>