Shades of Summer Sky #3BAAE6
Tints of Summer Sky #3BAAE6
RGB
CMYK
RGB Variations
Color information
#3BAAE6 (or 0x3BAAE6) is known color: Summer Sky. HEX triplet: 3B, AA and E6. RGB value is (59,170,230). Sum of RGB (Red+Green+Blue) = 59+170+230=459 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.85% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 230 (90.23% from 255 or 50.11% from 459); Max value from RGB is 230 - color contains mainly: blue. Hex color #3BAAE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BAAE6 is #C45519. Grayscale: #8F8F8F. Windows color (decimal): -12866842 or 15116859. OLE color: 15116859.
HSL color Cylindrical-coordinate representation of color #3BAAE6: hue angle of 201.05º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BAAE6 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 170 | 230 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.10 |
| HSL | 201.05º | 0.77% | 0.57% | - |
| HSV(B) | 201.05º | 0.74% | 0.9% | - |
| XYZ | 30.46 | 35.39 | 80.09 | - |
| YUV | 143.65 | 176.73 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 170 | 230 | 0.74 | 0.26 | 0 | 0.10 | 201.05 | 0.77 | 0.57 |
| Hex | 3B | AA | E6 | 4A | 1A | 0 | A | C9 | 4D | 39 |
| Octal | 73 | 252 | 346 | 112 | 32 | 0 | 12 | 311 | 115 | 71 |
| Binary | 111011 | 10101010 | 11100110 | 1001010 | 11010 | 0 | 1010 | 11001001 | 1001101 | 111001 |
Color Harmonies of #3BAAE6
Complementary color
Monochromatic Colors of #3BAAE6
Black with #3BAAE6
Text Example
Text Example
White with #3BAAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAAE6; }
p { color: rgb(59,170,230); }
H1.HeaderClassName
{
color: #3BAAE6;
}
.AnyTagClassName
{
color: #3BAAE6;
}
</style>
background-color css
<style>
a { background-color: #3BAAE6; }
a { background-color: rgb(59,170,230); }
div.DivClassName
{
background-color: #3BAAE6;
}
.BgClassName
{
background-color: #3BAAE6;
}
</style>
border-color css
<style>
span { border-color: #3BAAE6; }
span { border-color: rgb(59,170,230); }
td.TdClassName
{
border-color: #3BAAE6;
}
.TagClassName
{
border-color: #3BAAE6;
}
</style>