Shades of Summer Sky #3BAEEF
Tints of Summer Sky #3BAEEF
RGB
CMYK
RGB Variations
Color information
#3BAEEF (or 0x3BAEEF) is known color: Summer Sky. HEX triplet: 3B, AE and EF. RGB value is (59,174,239). Sum of RGB (Red+Green+Blue) = 59+174+239=472 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.5% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #3BAEEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BAEEF is #C45110. Grayscale: #929292. Windows color (decimal): -12865809 or 15707707. OLE color: 15707707.
HSL color Cylindrical-coordinate representation of color #3BAEEF: hue angle of 201.67º 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 #3BAEEF is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 174 | 239 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.06 |
| HSL | 201.67º | 0.85% | 0.58% | - |
| HSV(B) | 201.67º | 0.75% | 0.94% | - |
| XYZ | 32.52 | 37.43 | 87.17 | - |
| YUV | 147.03 | 179.9 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 239 | 0.75 | 0.27 | 0 | 0.06 | 201.67 | 0.85 | 0.58 |
| Hex | 3B | AE | EF | 4B | 1B | 0 | 6 | CA | 55 | 3A |
| Octal | 73 | 256 | 357 | 113 | 33 | 0 | 6 | 312 | 125 | 72 |
| Binary | 111011 | 10101110 | 11101111 | 1001011 | 11011 | 0 | 110 | 11001010 | 1010101 | 111010 |
Color Harmonies of #3BAEEF
Complementary color
Monochromatic Colors of #3BAEEF
Black with #3BAEEF
Text Example
Text Example
White with #3BAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAEEF; }
p { color: rgb(59,174,239); }
H1.HeaderClassName
{
color: #3BAEEF;
}
.AnyTagClassName
{
color: #3BAEEF;
}
</style>
background-color css
<style>
a { background-color: #3BAEEF; }
a { background-color: rgb(59,174,239); }
div.DivClassName
{
background-color: #3BAEEF;
}
.BgClassName
{
background-color: #3BAEEF;
}
</style>
border-color css
<style>
span { border-color: #3BAEEF; }
span { border-color: rgb(59,174,239); }
td.TdClassName
{
border-color: #3BAEEF;
}
.TagClassName
{
border-color: #3BAEEF;
}
</style>