Shades of Summer Sky #4AADFE
Tints of Summer Sky #4AADFE
RGB
CMYK
RGB Variations
Color information
#4AADFE (or 0x4AADFE) is known color: Summer Sky. HEX triplet: 4A, AD and FE. RGB value is (74,173,254). Sum of RGB (Red+Green+Blue) = 74+173+254=501 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.77% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #4AADFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AADFE is #B55201. Grayscale: #989898. Windows color (decimal): -11883010 or 16690506. OLE color: 16690506.
HSL color Cylindrical-coordinate representation of color #4AADFE: hue angle of 207º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AADFE is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 173 | 254 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.00 |
| HSL | 207º | 0.99% | 0.64% | - |
| HSV(B) | 207º | 0.71% | 1% | - |
| XYZ | 35.66 | 38.5 | 99.32 | - |
| YUV | 152.63 | 185.2 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 173 | 254 | 0.71 | 0.32 | 0 | 0.00 | 207 | 0.99 | 0.64 |
| Hex | 4A | AD | FE | 47 | 20 | 0 | 0 | CF | 63 | 40 |
| Octal | 112 | 255 | 376 | 107 | 40 | 0 | 0 | 317 | 143 | 100 |
| Binary | 1001010 | 10101101 | 11111110 | 1000111 | 100000 | 0 | 0 | 11001111 | 1100011 | 1000000 |
Color Harmonies of #4AADFE
Complementary color
Monochromatic Colors of #4AADFE
Black with #4AADFE
Text Example
Text Example
White with #4AADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AADFE; }
p { color: rgb(74,173,254); }
H1.HeaderClassName
{
color: #4AADFE;
}
.AnyTagClassName
{
color: #4AADFE;
}
</style>
background-color css
<style>
a { background-color: #4AADFE; }
a { background-color: rgb(74,173,254); }
div.DivClassName
{
background-color: #4AADFE;
}
.BgClassName
{
background-color: #4AADFE;
}
</style>
border-color css
<style>
span { border-color: #4AADFE; }
span { border-color: rgb(74,173,254); }
td.TdClassName
{
border-color: #4AADFE;
}
.TagClassName
{
border-color: #4AADFE;
}
</style>