Shades of Summer Sky #4BACE6
Tints of Summer Sky #4BACE6
RGB
CMYK
RGB Variations
Color information
#4BACE6 (or 0x4BACE6) is known color: Summer Sky. HEX triplet: 4B, AC and E6. RGB value is (75,172,230). Sum of RGB (Red+Green+Blue) = 75+172+230=477 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.72% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 230 (90.23% from 255 or 48.22% from 477); Max value from RGB is 230 - color contains mainly: blue. Hex color #4BACE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BACE6 is #B45319. Grayscale: #959595. Windows color (decimal): -11817754 or 15117387. OLE color: 15117387.
HSL color Cylindrical-coordinate representation of color #4BACE6: hue angle of 202.45º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BACE6 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 75 | 172 | 230 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.10 |
| HSL | 202.45º | 0.76% | 0.6% | - |
| HSV(B) | 202.45º | 0.67% | 0.9% | - |
| XYZ | 31.94 | 36.71 | 80.27 | - |
| YUV | 149.61 | 173.36 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 172 | 230 | 0.67 | 0.25 | 0 | 0.10 | 202.45 | 0.76 | 0.6 |
| Hex | 4B | AC | E6 | 43 | 19 | 0 | A | CA | 4C | 3C |
| Octal | 113 | 254 | 346 | 103 | 31 | 0 | 12 | 312 | 114 | 74 |
| Binary | 1001011 | 10101100 | 11100110 | 1000011 | 11001 | 0 | 1010 | 11001010 | 1001100 | 111100 |
Color Harmonies of #4BACE6
Complementary color
Monochromatic Colors of #4BACE6
Black with #4BACE6
Text Example
Text Example
White with #4BACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BACE6; }
p { color: rgb(75,172,230); }
H1.HeaderClassName
{
color: #4BACE6;
}
.AnyTagClassName
{
color: #4BACE6;
}
</style>
background-color css
<style>
a { background-color: #4BACE6; }
a { background-color: rgb(75,172,230); }
div.DivClassName
{
background-color: #4BACE6;
}
.BgClassName
{
background-color: #4BACE6;
}
</style>
border-color css
<style>
span { border-color: #4BACE6; }
span { border-color: rgb(75,172,230); }
td.TdClassName
{
border-color: #4BACE6;
}
.TagClassName
{
border-color: #4BACE6;
}
</style>