Shades of Summer Sky #4BACED
Tints of Summer Sky #4BACED
RGB
CMYK
RGB Variations
Color information
#4BACED (or 0x4BACED) is known color: Summer Sky. HEX triplet: 4B, AC and ED. RGB value is (75,172,237). Sum of RGB (Red+Green+Blue) = 75+172+237=484 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.50% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #4BACED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BACED is #B45312. Grayscale: #969696. Windows color (decimal): -11817747 or 15576139. OLE color: 15576139.
HSL color Cylindrical-coordinate representation of color #4BACED: hue angle of 204.07º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BACED is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 172 | 237 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.07 |
| HSL | 204.07º | 0.82% | 0.61% | - |
| HSV(B) | 204.07º | 0.68% | 0.93% | - |
| XYZ | 32.94 | 37.12 | 85.55 | - |
| YUV | 150.41 | 176.86 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 172 | 237 | 0.68 | 0.27 | 0 | 0.07 | 204.07 | 0.82 | 0.61 |
| Hex | 4B | AC | ED | 44 | 1B | 0 | 7 | CC | 52 | 3D |
| Octal | 113 | 254 | 355 | 104 | 33 | 0 | 7 | 314 | 122 | 75 |
| Binary | 1001011 | 10101100 | 11101101 | 1000100 | 11011 | 0 | 111 | 11001100 | 1010010 | 111101 |
Color Harmonies of #4BACED
Complementary color
Monochromatic Colors of #4BACED
Black with #4BACED
Text Example
Text Example
White with #4BACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BACED; }
p { color: rgb(75,172,237); }
H1.HeaderClassName
{
color: #4BACED;
}
.AnyTagClassName
{
color: #4BACED;
}
</style>
background-color css
<style>
a { background-color: #4BACED; }
a { background-color: rgb(75,172,237); }
div.DivClassName
{
background-color: #4BACED;
}
.BgClassName
{
background-color: #4BACED;
}
</style>
border-color css
<style>
span { border-color: #4BACED; }
span { border-color: rgb(75,172,237); }
td.TdClassName
{
border-color: #4BACED;
}
.TagClassName
{
border-color: #4BACED;
}
</style>