Shades of Summer Sky #4AB5EE
Tints of Summer Sky #4AB5EE
RGB
CMYK
RGB Variations
Color information
#4AB5EE (or 0x4AB5EE) is known color: Summer Sky. HEX triplet: 4A, B5 and EE. RGB value is (74,181,238). Sum of RGB (Red+Green+Blue) = 74+181+238=493 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.01% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #4AB5EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AB5EE is #B54A11. Grayscale: #9B9B9B. Windows color (decimal): -11880978 or 15643978. OLE color: 15643978.
HSL color Cylindrical-coordinate representation of color #4AB5EE: hue angle of 200.85º 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 #4AB5EE is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 181 | 238 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.07 |
| HSL | 200.85º | 0.83% | 0.61% | - |
| HSV(B) | 200.85º | 0.69% | 0.93% | - |
| XYZ | 34.78 | 40.68 | 86.91 | - |
| YUV | 155.51 | 174.55 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 181 | 238 | 0.69 | 0.24 | 0 | 0.07 | 200.85 | 0.83 | 0.61 |
| Hex | 4A | B5 | EE | 45 | 18 | 0 | 7 | C9 | 53 | 3D |
| Octal | 112 | 265 | 356 | 105 | 30 | 0 | 7 | 311 | 123 | 75 |
| Binary | 1001010 | 10110101 | 11101110 | 1000101 | 11000 | 0 | 111 | 11001001 | 1010011 | 111101 |
Color Harmonies of #4AB5EE
Complementary color
Monochromatic Colors of #4AB5EE
Black with #4AB5EE
Text Example
Text Example
White with #4AB5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB5EE; }
p { color: rgb(74,181,238); }
H1.HeaderClassName
{
color: #4AB5EE;
}
.AnyTagClassName
{
color: #4AB5EE;
}
</style>
background-color css
<style>
a { background-color: #4AB5EE; }
a { background-color: rgb(74,181,238); }
div.DivClassName
{
background-color: #4AB5EE;
}
.BgClassName
{
background-color: #4AB5EE;
}
</style>
border-color css
<style>
span { border-color: #4AB5EE; }
span { border-color: rgb(74,181,238); }
td.TdClassName
{
border-color: #4AB5EE;
}
.TagClassName
{
border-color: #4AB5EE;
}
</style>