Shades of Summer Sky #3AB8E0
Tints of Summer Sky #3AB8E0
RGB
CMYK
RGB Variations
Color information
#3AB8E0 (or 0x3AB8E0) is known color: Summer Sky. HEX triplet: 3A, B8 and E0. RGB value is (58,184,224). Sum of RGB (Red+Green+Blue) = 58+184+224=466 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.45% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #3AB8E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AB8E0 is #C5471F. Grayscale: #969696. Windows color (decimal): -12928800 or 14727226. OLE color: 14727226.
HSL color Cylindrical-coordinate representation of color #3AB8E0: hue angle of 194.46º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AB8E0 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 184 | 224 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.12 |
| HSL | 194.46º | 0.73% | 0.55% | - |
| HSV(B) | 194.46º | 0.74% | 0.88% | - |
| XYZ | 32.34 | 40.56 | 76.65 | - |
| YUV | 150.89 | 169.26 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 184 | 224 | 0.74 | 0.18 | 0 | 0.12 | 194.46 | 0.73 | 0.55 |
| Hex | 3A | B8 | E0 | 4A | 12 | 0 | C | C2 | 49 | 37 |
| Octal | 72 | 270 | 340 | 112 | 22 | 0 | 14 | 302 | 111 | 67 |
| Binary | 111010 | 10111000 | 11100000 | 1001010 | 10010 | 0 | 1100 | 11000010 | 1001001 | 110111 |
Color Harmonies of #3AB8E0
Complementary color
Monochromatic Colors of #3AB8E0
Black with #3AB8E0
Text Example
Text Example
White with #3AB8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB8E0; }
p { color: rgb(58,184,224); }
H1.HeaderClassName
{
color: #3AB8E0;
}
.AnyTagClassName
{
color: #3AB8E0;
}
</style>
background-color css
<style>
a { background-color: #3AB8E0; }
a { background-color: rgb(58,184,224); }
div.DivClassName
{
background-color: #3AB8E0;
}
.BgClassName
{
background-color: #3AB8E0;
}
</style>
border-color css
<style>
span { border-color: #3AB8E0; }
span { border-color: rgb(58,184,224); }
td.TdClassName
{
border-color: #3AB8E0;
}
.TagClassName
{
border-color: #3AB8E0;
}
</style>