Shades of Summer Sky #3BAFEC
Tints of Summer Sky #3BAFEC
RGB
CMYK
RGB Variations
Color information
#3BAFEC (or 0x3BAFEC) is known color: Summer Sky. HEX triplet: 3B, AF and EC. RGB value is (59,175,236). Sum of RGB (Red+Green+Blue) = 59+175+236=470 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.55% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #3BAFEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BAFEC is #C45013. Grayscale: #929292. Windows color (decimal): -12865556 or 15511355. OLE color: 15511355.
HSL color Cylindrical-coordinate representation of color #3BAFEC: hue angle of 200.68º 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 #3BAFEC is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 175 | 236 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.07 |
| HSL | 200.68º | 0.82% | 0.58% | - |
| HSV(B) | 200.68º | 0.75% | 0.93% | - |
| XYZ | 32.27 | 37.65 | 84.92 | - |
| YUV | 147.27 | 178.07 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 236 | 0.75 | 0.26 | 0 | 0.07 | 200.68 | 0.82 | 0.58 |
| Hex | 3B | AF | EC | 4B | 1A | 0 | 7 | C9 | 52 | 3A |
| Octal | 73 | 257 | 354 | 113 | 32 | 0 | 7 | 311 | 122 | 72 |
| Binary | 111011 | 10101111 | 11101100 | 1001011 | 11010 | 0 | 111 | 11001001 | 1010010 | 111010 |
Color Harmonies of #3BAFEC
Complementary color
Monochromatic Colors of #3BAFEC
Black with #3BAFEC
Text Example
Text Example
White with #3BAFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAFEC; }
p { color: rgb(59,175,236); }
H1.HeaderClassName
{
color: #3BAFEC;
}
.AnyTagClassName
{
color: #3BAFEC;
}
</style>
background-color css
<style>
a { background-color: #3BAFEC; }
a { background-color: rgb(59,175,236); }
div.DivClassName
{
background-color: #3BAFEC;
}
.BgClassName
{
background-color: #3BAFEC;
}
</style>
border-color css
<style>
span { border-color: #3BAFEC; }
span { border-color: rgb(59,175,236); }
td.TdClassName
{
border-color: #3BAFEC;
}
.TagClassName
{
border-color: #3BAFEC;
}
</style>