Shades of Summer Sky #3ABCED
Tints of Summer Sky #3ABCED
RGB
CMYK
RGB Variations
Color information
#3ABCED (or 0x3ABCED) is known color: Summer Sky. HEX triplet: 3A, BC and ED. RGB value is (58,188,237). Sum of RGB (Red+Green+Blue) = 58+188+237=483 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.01% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #3ABCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ABCED is #C54312. Grayscale: #9A9A9A. Windows color (decimal): -12927763 or 15580218. OLE color: 15580218.
HSL color Cylindrical-coordinate representation of color #3ABCED: hue angle of 196.42º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ABCED is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 188 | 237 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.07 |
| HSL | 196.42º | 0.83% | 0.58% | - |
| HSV(B) | 196.42º | 0.76% | 0.93% | - |
| XYZ | 35.01 | 42.98 | 86.57 | - |
| YUV | 154.72 | 174.43 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 188 | 237 | 0.76 | 0.21 | 0 | 0.07 | 196.42 | 0.83 | 0.58 |
| Hex | 3A | BC | ED | 4C | 15 | 0 | 7 | C4 | 53 | 3A |
| Octal | 72 | 274 | 355 | 114 | 25 | 0 | 7 | 304 | 123 | 72 |
| Binary | 111010 | 10111100 | 11101101 | 1001100 | 10101 | 0 | 111 | 11000100 | 1010011 | 111010 |
Color Harmonies of #3ABCED
Complementary color
Monochromatic Colors of #3ABCED
Black with #3ABCED
Text Example
Text Example
White with #3ABCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABCED; }
p { color: rgb(58,188,237); }
H1.HeaderClassName
{
color: #3ABCED;
}
.AnyTagClassName
{
color: #3ABCED;
}
</style>
background-color css
<style>
a { background-color: #3ABCED; }
a { background-color: rgb(58,188,237); }
div.DivClassName
{
background-color: #3ABCED;
}
.BgClassName
{
background-color: #3ABCED;
}
</style>
border-color css
<style>
span { border-color: #3ABCED; }
span { border-color: rgb(58,188,237); }
td.TdClassName
{
border-color: #3ABCED;
}
.TagClassName
{
border-color: #3ABCED;
}
</style>