Shades of Summer Sky #3BAFEA
Tints of Summer Sky #3BAFEA
RGB
CMYK
RGB Variations
Color information
#3BAFEA (or 0x3BAFEA) is known color: Summer Sky. HEX triplet: 3B, AF and EA. RGB value is (59,175,234). Sum of RGB (Red+Green+Blue) = 59+175+234=468 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.61% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #3BAFEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BAFEA is #C45015. Grayscale: #929292. Windows color (decimal): -12865558 or 15380283. OLE color: 15380283.
HSL color Cylindrical-coordinate representation of color #3BAFEA: hue angle of 200.23º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BAFEA is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 175 | 234 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.08 |
| HSL | 200.23º | 0.81% | 0.57% | - |
| HSV(B) | 200.23º | 0.75% | 0.92% | - |
| XYZ | 31.98 | 37.53 | 83.4 | - |
| YUV | 147.04 | 177.07 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 234 | 0.75 | 0.25 | 0 | 0.08 | 200.23 | 0.81 | 0.57 |
| Hex | 3B | AF | EA | 4B | 19 | 0 | 8 | C8 | 51 | 39 |
| Octal | 73 | 257 | 352 | 113 | 31 | 0 | 10 | 310 | 121 | 71 |
| Binary | 111011 | 10101111 | 11101010 | 1001011 | 11001 | 0 | 1000 | 11001000 | 1010001 | 111001 |
Color Harmonies of #3BAFEA
Complementary color
Monochromatic Colors of #3BAFEA
Black with #3BAFEA
Text Example
Text Example
White with #3BAFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAFEA; }
p { color: rgb(59,175,234); }
H1.HeaderClassName
{
color: #3BAFEA;
}
.AnyTagClassName
{
color: #3BAFEA;
}
</style>
background-color css
<style>
a { background-color: #3BAFEA; }
a { background-color: rgb(59,175,234); }
div.DivClassName
{
background-color: #3BAFEA;
}
.BgClassName
{
background-color: #3BAFEA;
}
</style>
border-color css
<style>
span { border-color: #3BAFEA; }
span { border-color: rgb(59,175,234); }
td.TdClassName
{
border-color: #3BAFEA;
}
.TagClassName
{
border-color: #3BAFEA;
}
</style>