Shades of Summer Sky #4AADEB
Tints of Summer Sky #4AADEB
RGB
CMYK
RGB Variations
Color information
#4AADEB (or 0x4AADEB) is known color: Summer Sky. HEX triplet: 4A, AD and EB. RGB value is (74,173,235). Sum of RGB (Red+Green+Blue) = 74+173+235=482 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.35% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #4AADEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AADEB is #B55214. Grayscale: #969696. Windows color (decimal): -11883029 or 15445322. OLE color: 15445322.
HSL color Cylindrical-coordinate representation of color #4AADEB: hue angle of 203.11º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AADEB is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 173 | 235 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.08 |
| HSL | 203.11º | 0.8% | 0.61% | - |
| HSV(B) | 203.11º | 0.69% | 0.92% | - |
| XYZ | 32.76 | 37.34 | 84.08 | - |
| YUV | 150.47 | 175.7 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 173 | 235 | 0.69 | 0.26 | 0 | 0.08 | 203.11 | 0.8 | 0.61 |
| Hex | 4A | AD | EB | 45 | 1A | 0 | 8 | CB | 50 | 3D |
| Octal | 112 | 255 | 353 | 105 | 32 | 0 | 10 | 313 | 120 | 75 |
| Binary | 1001010 | 10101101 | 11101011 | 1000101 | 11010 | 0 | 1000 | 11001011 | 1010000 | 111101 |
Color Harmonies of #4AADEB
Complementary color
Monochromatic Colors of #4AADEB
Black with #4AADEB
Text Example
Text Example
White with #4AADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AADEB; }
p { color: rgb(74,173,235); }
H1.HeaderClassName
{
color: #4AADEB;
}
.AnyTagClassName
{
color: #4AADEB;
}
</style>
background-color css
<style>
a { background-color: #4AADEB; }
a { background-color: rgb(74,173,235); }
div.DivClassName
{
background-color: #4AADEB;
}
.BgClassName
{
background-color: #4AADEB;
}
</style>
border-color css
<style>
span { border-color: #4AADEB; }
span { border-color: rgb(74,173,235); }
td.TdClassName
{
border-color: #4AADEB;
}
.TagClassName
{
border-color: #4AADEB;
}
</style>