Shades of Summer Sky #3BAAEF
Tints of Summer Sky #3BAAEF
RGB
CMYK
RGB Variations
Color information
#3BAAEF (or 0x3BAAEF) is known color: Summer Sky. HEX triplet: 3B, AA and EF. RGB value is (59,170,239). Sum of RGB (Red+Green+Blue) = 59+170+239=468 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.61% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #3BAAEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BAAEF is #C45510. Grayscale: #909090. Windows color (decimal): -12866833 or 15706683. OLE color: 15706683.
HSL color Cylindrical-coordinate representation of color #3BAAEF: hue angle of 203º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BAAEF is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 170 | 239 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.06 |
| HSL | 203º | 0.85% | 0.58% | - |
| HSV(B) | 203º | 0.75% | 0.94% | - |
| XYZ | 31.76 | 35.91 | 86.92 | - |
| YUV | 144.68 | 181.23 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 170 | 239 | 0.75 | 0.29 | 0 | 0.06 | 203 | 0.85 | 0.58 |
| Hex | 3B | AA | EF | 4B | 1D | 0 | 6 | CB | 55 | 3A |
| Octal | 73 | 252 | 357 | 113 | 35 | 0 | 6 | 313 | 125 | 72 |
| Binary | 111011 | 10101010 | 11101111 | 1001011 | 11101 | 0 | 110 | 11001011 | 1010101 | 111010 |
Color Harmonies of #3BAAEF
Complementary color
Monochromatic Colors of #3BAAEF
Black with #3BAAEF
Text Example
Text Example
White with #3BAAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAAEF; }
p { color: rgb(59,170,239); }
H1.HeaderClassName
{
color: #3BAAEF;
}
.AnyTagClassName
{
color: #3BAAEF;
}
</style>
background-color css
<style>
a { background-color: #3BAAEF; }
a { background-color: rgb(59,170,239); }
div.DivClassName
{
background-color: #3BAAEF;
}
.BgClassName
{
background-color: #3BAAEF;
}
</style>
border-color css
<style>
span { border-color: #3BAAEF; }
span { border-color: rgb(59,170,239); }
td.TdClassName
{
border-color: #3BAAEF;
}
.TagClassName
{
border-color: #3BAAEF;
}
</style>