Shades of Summer Sky #4BAAED
Tints of Summer Sky #4BAAED
RGB
CMYK
RGB Variations
Color information
#4BAAED (or 0x4BAAED) is known color: Summer Sky. HEX triplet: 4B, AA and ED. RGB value is (75,170,237). Sum of RGB (Red+Green+Blue) = 75+170+237=482 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.56% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #4BAAED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BAAED is #B45512. Grayscale: #949494. Windows color (decimal): -11818259 or 15575627. OLE color: 15575627.
HSL color Cylindrical-coordinate representation of color #4BAAED: hue angle of 204.81º 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 #4BAAED is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 170 | 237 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.07 |
| HSL | 204.81º | 0.82% | 0.61% | - |
| HSV(B) | 204.81º | 0.68% | 0.93% | - |
| XYZ | 32.56 | 36.36 | 85.42 | - |
| YUV | 149.23 | 177.53 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 170 | 237 | 0.68 | 0.28 | 0 | 0.07 | 204.81 | 0.82 | 0.61 |
| Hex | 4B | AA | ED | 44 | 1C | 0 | 7 | CD | 52 | 3D |
| Octal | 113 | 252 | 355 | 104 | 34 | 0 | 7 | 315 | 122 | 75 |
| Binary | 1001011 | 10101010 | 11101101 | 1000100 | 11100 | 0 | 111 | 11001101 | 1010010 | 111101 |
Color Harmonies of #4BAAED
Complementary color
Monochromatic Colors of #4BAAED
Black with #4BAAED
Text Example
Text Example
White with #4BAAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAAED; }
p { color: rgb(75,170,237); }
H1.HeaderClassName
{
color: #4BAAED;
}
.AnyTagClassName
{
color: #4BAAED;
}
</style>
background-color css
<style>
a { background-color: #4BAAED; }
a { background-color: rgb(75,170,237); }
div.DivClassName
{
background-color: #4BAAED;
}
.BgClassName
{
background-color: #4BAAED;
}
</style>
border-color css
<style>
span { border-color: #4BAAED; }
span { border-color: rgb(75,170,237); }
td.TdClassName
{
border-color: #4BAAED;
}
.TagClassName
{
border-color: #4BAAED;
}
</style>