Shades of Summer Sky #4ABEEE
Tints of Summer Sky #4ABEEE
RGB
CMYK
RGB Variations
Color information
#4ABEEE (or 0x4ABEEE) is known color: Summer Sky. HEX triplet: 4A, BE and EE. RGB value is (74,190,238). Sum of RGB (Red+Green+Blue) = 74+190+238=502 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.74% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #4ABEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABEEE is #B54111. Grayscale: #A0A0A0. Windows color (decimal): -11878674 or 15646282. OLE color: 15646282.
HSL color Cylindrical-coordinate representation of color #4ABEEE: hue angle of 197.56º 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 #4ABEEE is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 190 | 238 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.07 |
| HSL | 197.56º | 0.83% | 0.61% | - |
| HSV(B) | 197.56º | 0.69% | 0.93% | - |
| XYZ | 36.67 | 44.46 | 87.54 | - |
| YUV | 160.79 | 171.57 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 190 | 238 | 0.69 | 0.20 | 0 | 0.07 | 197.56 | 0.83 | 0.61 |
| Hex | 4A | BE | EE | 45 | 14 | 0 | 7 | C6 | 53 | 3D |
| Octal | 112 | 276 | 356 | 105 | 24 | 0 | 7 | 306 | 123 | 75 |
| Binary | 1001010 | 10111110 | 11101110 | 1000101 | 10100 | 0 | 111 | 11000110 | 1010011 | 111101 |
Color Harmonies of #4ABEEE
Complementary color
Monochromatic Colors of #4ABEEE
Black with #4ABEEE
Text Example
Text Example
White with #4ABEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABEEE; }
p { color: rgb(74,190,238); }
H1.HeaderClassName
{
color: #4ABEEE;
}
.AnyTagClassName
{
color: #4ABEEE;
}
</style>
background-color css
<style>
a { background-color: #4ABEEE; }
a { background-color: rgb(74,190,238); }
div.DivClassName
{
background-color: #4ABEEE;
}
.BgClassName
{
background-color: #4ABEEE;
}
</style>
border-color css
<style>
span { border-color: #4ABEEE; }
span { border-color: rgb(74,190,238); }
td.TdClassName
{
border-color: #4ABEEE;
}
.TagClassName
{
border-color: #4ABEEE;
}
</style>