Shades of Summer Sky #4ABCEE
Tints of Summer Sky #4ABCEE
RGB
CMYK
RGB Variations
Color information
#4ABCEE (or 0x4ABCEE) is known color: Summer Sky. HEX triplet: 4A, BC and EE. RGB value is (74,188,238). Sum of RGB (Red+Green+Blue) = 74+188+238=500 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.8% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #4ABCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABCEE is #B54311. Grayscale: #9F9F9F. Windows color (decimal): -11879186 or 15645770. OLE color: 15645770.
HSL color Cylindrical-coordinate representation of color #4ABCEE: hue angle of 198.29º 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 #4ABCEE is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 188 | 238 | - |
| CMYK | 0.69 | 0.21 | 0 | 0.07 |
| HSL | 198.29º | 0.83% | 0.61% | - |
| HSV(B) | 198.29º | 0.69% | 0.93% | - |
| XYZ | 36.24 | 43.6 | 87.39 | - |
| YUV | 159.61 | 172.23 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 238 | 0.69 | 0.21 | 0 | 0.07 | 198.29 | 0.83 | 0.61 |
| Hex | 4A | BC | EE | 45 | 15 | 0 | 7 | C6 | 53 | 3D |
| Octal | 112 | 274 | 356 | 105 | 25 | 0 | 7 | 306 | 123 | 75 |
| Binary | 1001010 | 10111100 | 11101110 | 1000101 | 10101 | 0 | 111 | 11000110 | 1010011 | 111101 |
Color Harmonies of #4ABCEE
Complementary color
Monochromatic Colors of #4ABCEE
Black with #4ABCEE
Text Example
Text Example
White with #4ABCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABCEE; }
p { color: rgb(74,188,238); }
H1.HeaderClassName
{
color: #4ABCEE;
}
.AnyTagClassName
{
color: #4ABCEE;
}
</style>
background-color css
<style>
a { background-color: #4ABCEE; }
a { background-color: rgb(74,188,238); }
div.DivClassName
{
background-color: #4ABCEE;
}
.BgClassName
{
background-color: #4ABCEE;
}
</style>
border-color css
<style>
span { border-color: #4ABCEE; }
span { border-color: rgb(74,188,238); }
td.TdClassName
{
border-color: #4ABCEE;
}
.TagClassName
{
border-color: #4ABCEE;
}
</style>