Shades of Summer Sky #4AB4EE
Tints of Summer Sky #4AB4EE
RGB
CMYK
RGB Variations
Color information
#4AB4EE (or 0x4AB4EE) is known color: Summer Sky. HEX triplet: 4A, B4 and EE. RGB value is (74,180,238). Sum of RGB (Red+Green+Blue) = 74+180+238=492 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.04% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #4AB4EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AB4EE is #B54B11. Grayscale: #9A9A9A. Windows color (decimal): -11881234 or 15643722. OLE color: 15643722.
HSL color Cylindrical-coordinate representation of color #4AB4EE: hue angle of 201.22º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AB4EE is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 180 | 238 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.07 |
| HSL | 201.22º | 0.83% | 0.61% | - |
| HSV(B) | 201.22º | 0.69% | 0.93% | - |
| XYZ | 34.58 | 40.27 | 86.84 | - |
| YUV | 154.92 | 174.88 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 180 | 238 | 0.69 | 0.24 | 0 | 0.07 | 201.22 | 0.83 | 0.61 |
| Hex | 4A | B4 | EE | 45 | 18 | 0 | 7 | C9 | 53 | 3D |
| Octal | 112 | 264 | 356 | 105 | 30 | 0 | 7 | 311 | 123 | 75 |
| Binary | 1001010 | 10110100 | 11101110 | 1000101 | 11000 | 0 | 111 | 11001001 | 1010011 | 111101 |
Color Harmonies of #4AB4EE
Complementary color
Monochromatic Colors of #4AB4EE
Black with #4AB4EE
Text Example
Text Example
White with #4AB4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB4EE; }
p { color: rgb(74,180,238); }
H1.HeaderClassName
{
color: #4AB4EE;
}
.AnyTagClassName
{
color: #4AB4EE;
}
</style>
background-color css
<style>
a { background-color: #4AB4EE; }
a { background-color: rgb(74,180,238); }
div.DivClassName
{
background-color: #4AB4EE;
}
.BgClassName
{
background-color: #4AB4EE;
}
</style>
border-color css
<style>
span { border-color: #4AB4EE; }
span { border-color: rgb(74,180,238); }
td.TdClassName
{
border-color: #4AB4EE;
}
.TagClassName
{
border-color: #4AB4EE;
}
</style>