Shades of Summer Sky #4BABDC
Tints of Summer Sky #4BABDC
RGB
CMYK
RGB Variations
Color information
#4BABDC (or 0x4BABDC) is known color: Summer Sky. HEX triplet: 4B, AB and DC. RGB value is (75,171,220). Sum of RGB (Red+Green+Blue) = 75+171+220=466 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.09% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #4BABDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BABDC is #B45423. Grayscale: #939393. Windows color (decimal): -11818020 or 14461771. OLE color: 14461771.
HSL color Cylindrical-coordinate representation of color #4BABDC: hue angle of 200.28º 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 #4BABDC is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 171 | 220 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.14 |
| HSL | 200.28º | 0.67% | 0.58% | - |
| HSV(B) | 200.28º | 0.66% | 0.86% | - |
| XYZ | 30.38 | 35.79 | 73.02 | - |
| YUV | 147.88 | 168.7 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 171 | 220 | 0.66 | 0.22 | 0 | 0.14 | 200.28 | 0.67 | 0.58 |
| Hex | 4B | AB | DC | 42 | 16 | 0 | E | C8 | 43 | 3A |
| Octal | 113 | 253 | 334 | 102 | 26 | 0 | 16 | 310 | 103 | 72 |
| Binary | 1001011 | 10101011 | 11011100 | 1000010 | 10110 | 0 | 1110 | 11001000 | 1000011 | 111010 |
Color Harmonies of #4BABDC
Complementary color
Monochromatic Colors of #4BABDC
Black with #4BABDC
Text Example
Text Example
White with #4BABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BABDC; }
p { color: rgb(75,171,220); }
H1.HeaderClassName
{
color: #4BABDC;
}
.AnyTagClassName
{
color: #4BABDC;
}
</style>
background-color css
<style>
a { background-color: #4BABDC; }
a { background-color: rgb(75,171,220); }
div.DivClassName
{
background-color: #4BABDC;
}
.BgClassName
{
background-color: #4BABDC;
}
</style>
border-color css
<style>
span { border-color: #4BABDC; }
span { border-color: rgb(75,171,220); }
td.TdClassName
{
border-color: #4BABDC;
}
.TagClassName
{
border-color: #4BABDC;
}
</style>