Shades of Summer Sky #4BACDC
Tints of Summer Sky #4BACDC
RGB
CMYK
RGB Variations
Color information
#4BACDC (or 0x4BACDC) is known color: Summer Sky. HEX triplet: 4B, AC and DC. RGB value is (75,172,220). Sum of RGB (Red+Green+Blue) = 75+172+220=467 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.06% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #4BACDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BACDC is #B45323. Grayscale: #949494. Windows color (decimal): -11817764 or 14462027. OLE color: 14462027.
HSL color Cylindrical-coordinate representation of color #4BACDC: hue angle of 199.86º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BACDC is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 172 | 220 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.14 |
| HSL | 199.86º | 0.67% | 0.58% | - |
| HSV(B) | 199.86º | 0.66% | 0.86% | - |
| XYZ | 30.57 | 36.17 | 73.08 | - |
| YUV | 148.47 | 168.36 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 172 | 220 | 0.66 | 0.22 | 0 | 0.14 | 199.86 | 0.67 | 0.58 |
| Hex | 4B | AC | DC | 42 | 16 | 0 | E | C8 | 43 | 3A |
| Octal | 113 | 254 | 334 | 102 | 26 | 0 | 16 | 310 | 103 | 72 |
| Binary | 1001011 | 10101100 | 11011100 | 1000010 | 10110 | 0 | 1110 | 11001000 | 1000011 | 111010 |
Color Harmonies of #4BACDC
Complementary color
Monochromatic Colors of #4BACDC
Black with #4BACDC
Text Example
Text Example
White with #4BACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BACDC; }
p { color: rgb(75,172,220); }
H1.HeaderClassName
{
color: #4BACDC;
}
.AnyTagClassName
{
color: #4BACDC;
}
</style>
background-color css
<style>
a { background-color: #4BACDC; }
a { background-color: rgb(75,172,220); }
div.DivClassName
{
background-color: #4BACDC;
}
.BgClassName
{
background-color: #4BACDC;
}
</style>
border-color css
<style>
span { border-color: #4BACDC; }
span { border-color: rgb(75,172,220); }
td.TdClassName
{
border-color: #4BACDC;
}
.TagClassName
{
border-color: #4BACDC;
}
</style>