Shades of Summer Sky #3ABEDE
Tints of Summer Sky #3ABEDE
RGB
CMYK
RGB Variations
Color information
#3ABEDE (or 0x3ABEDE) is known color: Summer Sky. HEX triplet: 3A, BE and DE. RGB value is (58,190,222). Sum of RGB (Red+Green+Blue) = 58+190+222=470 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.34% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #3ABEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABEDE is #C54121. Grayscale: #999999. Windows color (decimal): -12927266 or 14597690. OLE color: 14597690.
HSL color Cylindrical-coordinate representation of color #3ABEDE: hue angle of 191.71º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ABEDE is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 190 | 222 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.13 |
| HSL | 191.71º | 0.71% | 0.55% | - |
| HSV(B) | 191.71º | 0.74% | 0.87% | - |
| XYZ | 33.34 | 43 | 75.65 | - |
| YUV | 154.18 | 166.27 | 59.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 190 | 222 | 0.74 | 0.14 | 0 | 0.13 | 191.71 | 0.71 | 0.55 |
| Hex | 3A | BE | DE | 4A | E | 0 | D | C0 | 47 | 37 |
| Octal | 72 | 276 | 336 | 112 | 16 | 0 | 15 | 300 | 107 | 67 |
| Binary | 111010 | 10111110 | 11011110 | 1001010 | 1110 | 0 | 1101 | 11000000 | 1000111 | 110111 |
Color Harmonies of #3ABEDE
Complementary color
Monochromatic Colors of #3ABEDE
Black with #3ABEDE
Text Example
Text Example
White with #3ABEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABEDE; }
p { color: rgb(58,190,222); }
H1.HeaderClassName
{
color: #3ABEDE;
}
.AnyTagClassName
{
color: #3ABEDE;
}
</style>
background-color css
<style>
a { background-color: #3ABEDE; }
a { background-color: rgb(58,190,222); }
div.DivClassName
{
background-color: #3ABEDE;
}
.BgClassName
{
background-color: #3ABEDE;
}
</style>
border-color css
<style>
span { border-color: #3ABEDE; }
span { border-color: rgb(58,190,222); }
td.TdClassName
{
border-color: #3ABEDE;
}
.TagClassName
{
border-color: #3ABEDE;
}
</style>