Shades of Summer Sky #3ACDEF
Tints of Summer Sky #3ACDEF
RGB
CMYK
RGB Variations
Color information
#3ACDEF (or 0x3ACDEF) is known color: Summer Sky. HEX triplet: 3A, CD and EF. RGB value is (58,205,239). Sum of RGB (Red+Green+Blue) = 58+205+239=502 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.55% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #3ACDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACDEF is #C53210. Grayscale: #A4A4A4. Windows color (decimal): -12923409 or 15715642. OLE color: 15715642.
HSL color Cylindrical-coordinate representation of color #3ACDEF: hue angle of 191.27º 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 #3ACDEF is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 205 | 239 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.06 |
| HSL | 191.27º | 0.85% | 0.58% | - |
| HSV(B) | 191.27º | 0.76% | 0.94% | - |
| XYZ | 39.16 | 50.79 | 89.4 | - |
| YUV | 164.92 | 169.8 | 51.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 239 | 0.76 | 0.14 | 0 | 0.06 | 191.27 | 0.85 | 0.58 |
| Hex | 3A | CD | EF | 4C | E | 0 | 6 | BF | 55 | 3A |
| Octal | 72 | 315 | 357 | 114 | 16 | 0 | 6 | 277 | 125 | 72 |
| Binary | 111010 | 11001101 | 11101111 | 1001100 | 1110 | 0 | 110 | 10111111 | 1010101 | 111010 |
Color Harmonies of #3ACDEF
Complementary color
Monochromatic Colors of #3ACDEF
Black with #3ACDEF
Text Example
Text Example
White with #3ACDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACDEF; }
p { color: rgb(58,205,239); }
H1.HeaderClassName
{
color: #3ACDEF;
}
.AnyTagClassName
{
color: #3ACDEF;
}
</style>
background-color css
<style>
a { background-color: #3ACDEF; }
a { background-color: rgb(58,205,239); }
div.DivClassName
{
background-color: #3ACDEF;
}
.BgClassName
{
background-color: #3ACDEF;
}
</style>
border-color css
<style>
span { border-color: #3ACDEF; }
span { border-color: rgb(58,205,239); }
td.TdClassName
{
border-color: #3ACDEF;
}
.TagClassName
{
border-color: #3ACDEF;
}
</style>