Shades of Summer Sky #4BACDA
Tints of Summer Sky #4BACDA
RGB
CMYK
RGB Variations
Color information
#4BACDA (or 0x4BACDA) is known color: Summer Sky. HEX triplet: 4B, AC and DA. RGB value is (75,172,218). Sum of RGB (Red+Green+Blue) = 75+172+218=465 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.13% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #4BACDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BACDA is #B45325. Grayscale: #939393. Windows color (decimal): -11817766 or 14330955. OLE color: 14330955.
HSL color Cylindrical-coordinate representation of color #4BACDA: hue angle of 199.3º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BACDA is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 172 | 218 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.15 |
| HSL | 199.3º | 0.66% | 0.57% | - |
| HSV(B) | 199.3º | 0.66% | 0.85% | - |
| XYZ | 30.31 | 36.06 | 71.69 | - |
| YUV | 148.24 | 167.36 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 172 | 218 | 0.66 | 0.21 | 0 | 0.15 | 199.3 | 0.66 | 0.57 |
| Hex | 4B | AC | DA | 42 | 15 | 0 | F | C7 | 42 | 39 |
| Octal | 113 | 254 | 332 | 102 | 25 | 0 | 17 | 307 | 102 | 71 |
| Binary | 1001011 | 10101100 | 11011010 | 1000010 | 10101 | 0 | 1111 | 11000111 | 1000010 | 111001 |
Color Harmonies of #4BACDA
Complementary color
Monochromatic Colors of #4BACDA
Black with #4BACDA
Text Example
Text Example
White with #4BACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BACDA; }
p { color: rgb(75,172,218); }
H1.HeaderClassName
{
color: #4BACDA;
}
.AnyTagClassName
{
color: #4BACDA;
}
</style>
background-color css
<style>
a { background-color: #4BACDA; }
a { background-color: rgb(75,172,218); }
div.DivClassName
{
background-color: #4BACDA;
}
.BgClassName
{
background-color: #4BACDA;
}
</style>
border-color css
<style>
span { border-color: #4BACDA; }
span { border-color: rgb(75,172,218); }
td.TdClassName
{
border-color: #4BACDA;
}
.TagClassName
{
border-color: #4BACDA;
}
</style>