Shades of Summer Sky #3AC8EF
Tints of Summer Sky #3AC8EF
RGB
CMYK
RGB Variations
Color information
#3AC8EF (or 0x3AC8EF) is known color: Summer Sky. HEX triplet: 3A, C8 and EF. RGB value is (58,200,239). Sum of RGB (Red+Green+Blue) = 58+200+239=497 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.67% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #3AC8EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AC8EF is #C53710. Grayscale: #A1A1A1. Windows color (decimal): -12924689 or 15714362. OLE color: 15714362.
HSL color Cylindrical-coordinate representation of color #3AC8EF: hue angle of 192.93º 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 #3AC8EF is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 200 | 239 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.06 |
| HSL | 192.93º | 0.85% | 0.58% | - |
| HSV(B) | 192.93º | 0.76% | 0.94% | - |
| XYZ | 37.98 | 48.44 | 89.01 | - |
| YUV | 161.99 | 171.46 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 200 | 239 | 0.76 | 0.16 | 0 | 0.06 | 192.93 | 0.85 | 0.58 |
| Hex | 3A | C8 | EF | 4C | 10 | 0 | 6 | C1 | 55 | 3A |
| Octal | 72 | 310 | 357 | 114 | 20 | 0 | 6 | 301 | 125 | 72 |
| Binary | 111010 | 11001000 | 11101111 | 1001100 | 10000 | 0 | 110 | 11000001 | 1010101 | 111010 |
Color Harmonies of #3AC8EF
Complementary color
Monochromatic Colors of #3AC8EF
Black with #3AC8EF
Text Example
Text Example
White with #3AC8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC8EF; }
p { color: rgb(58,200,239); }
H1.HeaderClassName
{
color: #3AC8EF;
}
.AnyTagClassName
{
color: #3AC8EF;
}
</style>
background-color css
<style>
a { background-color: #3AC8EF; }
a { background-color: rgb(58,200,239); }
div.DivClassName
{
background-color: #3AC8EF;
}
.BgClassName
{
background-color: #3AC8EF;
}
</style>
border-color css
<style>
span { border-color: #3AC8EF; }
span { border-color: rgb(58,200,239); }
td.TdClassName
{
border-color: #3AC8EF;
}
.TagClassName
{
border-color: #3AC8EF;
}
</style>