Shades of Summer Sky #4BAFE5
Tints of Summer Sky #4BAFE5
RGB
CMYK
RGB Variations
Color information
#4BAFE5 (or 0x4BAFE5) is known color: Summer Sky. HEX triplet: 4B, AF and E5. RGB value is (75,175,229). Sum of RGB (Red+Green+Blue) = 75+175+229=479 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.66% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 229 - color contains mainly: blue. Hex color #4BAFE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAFE5 is #B4501A. Grayscale: #969696. Windows color (decimal): -11816987 or 15052619. OLE color: 15052619.
HSL color Cylindrical-coordinate representation of color #4BAFE5: hue angle of 201.04º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BAFE5 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 75 | 175 | 229 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.10 |
| HSL | 201.04º | 0.75% | 0.6% | - |
| HSV(B) | 201.04º | 0.67% | 0.9% | - |
| XYZ | 32.37 | 37.81 | 79.72 | - |
| YUV | 151.26 | 171.87 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 175 | 229 | 0.67 | 0.24 | 0 | 0.10 | 201.04 | 0.75 | 0.6 |
| Hex | 4B | AF | E5 | 43 | 18 | 0 | A | C9 | 4B | 3C |
| Octal | 113 | 257 | 345 | 103 | 30 | 0 | 12 | 311 | 113 | 74 |
| Binary | 1001011 | 10101111 | 11100101 | 1000011 | 11000 | 0 | 1010 | 11001001 | 1001011 | 111100 |
Color Harmonies of #4BAFE5
Complementary color
Monochromatic Colors of #4BAFE5
Black with #4BAFE5
Text Example
Text Example
White with #4BAFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAFE5; }
p { color: rgb(75,175,229); }
H1.HeaderClassName
{
color: #4BAFE5;
}
.AnyTagClassName
{
color: #4BAFE5;
}
</style>
background-color css
<style>
a { background-color: #4BAFE5; }
a { background-color: rgb(75,175,229); }
div.DivClassName
{
background-color: #4BAFE5;
}
.BgClassName
{
background-color: #4BAFE5;
}
</style>
border-color css
<style>
span { border-color: #4BAFE5; }
span { border-color: rgb(75,175,229); }
td.TdClassName
{
border-color: #4BAFE5;
}
.TagClassName
{
border-color: #4BAFE5;
}
</style>