Shades of Summer Sky #3ABDE1
Tints of Summer Sky #3ABDE1
RGB
CMYK
RGB Variations
Color information
#3ABDE1 (or 0x3ABDE1) is known color: Summer Sky. HEX triplet: 3A, BD and E1. RGB value is (58,189,225). Sum of RGB (Red+Green+Blue) = 58+189+225=472 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.29% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 225 (88.28% from 255 or 47.67% from 472); Max value from RGB is 225 - color contains mainly: blue. Hex color #3ABDE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABDE1 is #C5421E. Grayscale: #999999. Windows color (decimal): -12927519 or 14794042. OLE color: 14794042.
HSL color Cylindrical-coordinate representation of color #3ABDE1: hue angle of 192.93º degrees, saturation: 0.74, 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 #3ABDE1 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 189 | 225 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.12 |
| HSL | 192.93º | 0.74% | 0.55% | - |
| HSV(B) | 192.93º | 0.74% | 0.88% | - |
| XYZ | 33.53 | 42.73 | 77.71 | - |
| YUV | 153.94 | 168.1 | 59.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 189 | 225 | 0.74 | 0.16 | 0 | 0.12 | 192.93 | 0.74 | 0.55 |
| Hex | 3A | BD | E1 | 4A | 10 | 0 | C | C1 | 4A | 37 |
| Octal | 72 | 275 | 341 | 112 | 20 | 0 | 14 | 301 | 112 | 67 |
| Binary | 111010 | 10111101 | 11100001 | 1001010 | 10000 | 0 | 1100 | 11000001 | 1001010 | 110111 |
Color Harmonies of #3ABDE1
Complementary color
Monochromatic Colors of #3ABDE1
Black with #3ABDE1
Text Example
Text Example
White with #3ABDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABDE1; }
p { color: rgb(58,189,225); }
H1.HeaderClassName
{
color: #3ABDE1;
}
.AnyTagClassName
{
color: #3ABDE1;
}
</style>
background-color css
<style>
a { background-color: #3ABDE1; }
a { background-color: rgb(58,189,225); }
div.DivClassName
{
background-color: #3ABDE1;
}
.BgClassName
{
background-color: #3ABDE1;
}
</style>
border-color css
<style>
span { border-color: #3ABDE1; }
span { border-color: rgb(58,189,225); }
td.TdClassName
{
border-color: #3ABDE1;
}
.TagClassName
{
border-color: #3ABDE1;
}
</style>