Shades of Summer Sky #4BAEDF
Tints of Summer Sky #4BAEDF
RGB
CMYK
RGB Variations
Color information
#4BAEDF (or 0x4BAEDF) is known color: Summer Sky. HEX triplet: 4B, AE and DF. RGB value is (75,174,223). Sum of RGB (Red+Green+Blue) = 75+174+223=472 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.89% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #4BAEDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAEDF is #B45120. Grayscale: #959595. Windows color (decimal): -11817249 or 14659147. OLE color: 14659147.
HSL color Cylindrical-coordinate representation of color #4BAEDF: hue angle of 199.86º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BAEDF is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 174 | 223 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.13 |
| HSL | 199.86º | 0.7% | 0.58% | - |
| HSV(B) | 199.86º | 0.66% | 0.87% | - |
| XYZ | 31.36 | 37.1 | 75.32 | - |
| YUV | 149.99 | 169.2 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 174 | 223 | 0.66 | 0.22 | 0 | 0.13 | 199.86 | 0.7 | 0.58 |
| Hex | 4B | AE | DF | 42 | 16 | 0 | D | C8 | 46 | 3A |
| Octal | 113 | 256 | 337 | 102 | 26 | 0 | 15 | 310 | 106 | 72 |
| Binary | 1001011 | 10101110 | 11011111 | 1000010 | 10110 | 0 | 1101 | 11001000 | 1000110 | 111010 |
Color Harmonies of #4BAEDF
Complementary color
Monochromatic Colors of #4BAEDF
Black with #4BAEDF
Text Example
Text Example
White with #4BAEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAEDF; }
p { color: rgb(75,174,223); }
H1.HeaderClassName
{
color: #4BAEDF;
}
.AnyTagClassName
{
color: #4BAEDF;
}
</style>
background-color css
<style>
a { background-color: #4BAEDF; }
a { background-color: rgb(75,174,223); }
div.DivClassName
{
background-color: #4BAEDF;
}
.BgClassName
{
background-color: #4BAEDF;
}
</style>
border-color css
<style>
span { border-color: #4BAEDF; }
span { border-color: rgb(75,174,223); }
td.TdClassName
{
border-color: #4BAEDF;
}
.TagClassName
{
border-color: #4BAEDF;
}
</style>