Shades of Summer Sky #3BBAEC
Tints of Summer Sky #3BBAEC
RGB
CMYK
RGB Variations
Color information
#3BBAEC (or 0x3BBAEC) is known color: Summer Sky. HEX triplet: 3B, BA and EC. RGB value is (59,186,236). Sum of RGB (Red+Green+Blue) = 59+186+236=481 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.27% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #3BBAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BBAEC is #C44513. Grayscale: #999999. Windows color (decimal): -12862740 or 15514171. OLE color: 15514171.
HSL color Cylindrical-coordinate representation of color #3BBAEC: hue angle of 196.95º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BBAEC is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 186 | 236 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.07 |
| HSL | 196.95º | 0.82% | 0.58% | - |
| HSV(B) | 196.95º | 0.75% | 0.93% | - |
| XYZ | 34.5 | 42.1 | 85.67 | - |
| YUV | 153.73 | 174.42 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 186 | 236 | 0.75 | 0.21 | 0 | 0.07 | 196.95 | 0.82 | 0.58 |
| Hex | 3B | BA | EC | 4B | 15 | 0 | 7 | C5 | 52 | 3A |
| Octal | 73 | 272 | 354 | 113 | 25 | 0 | 7 | 305 | 122 | 72 |
| Binary | 111011 | 10111010 | 11101100 | 1001011 | 10101 | 0 | 111 | 11000101 | 1010010 | 111010 |
Color Harmonies of #3BBAEC
Complementary color
Monochromatic Colors of #3BBAEC
Black with #3BBAEC
Text Example
Text Example
White with #3BBAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBAEC; }
p { color: rgb(59,186,236); }
H1.HeaderClassName
{
color: #3BBAEC;
}
.AnyTagClassName
{
color: #3BBAEC;
}
</style>
background-color css
<style>
a { background-color: #3BBAEC; }
a { background-color: rgb(59,186,236); }
div.DivClassName
{
background-color: #3BBAEC;
}
.BgClassName
{
background-color: #3BBAEC;
}
</style>
border-color css
<style>
span { border-color: #3BBAEC; }
span { border-color: rgb(59,186,236); }
td.TdClassName
{
border-color: #3BBAEC;
}
.TagClassName
{
border-color: #3BBAEC;
}
</style>