Shades of Summer Sky #4ABEEC
Tints of Summer Sky #4ABEEC
RGB
CMYK
RGB Variations
Color information
#4ABEEC (or 0x4ABEEC) is known color: Summer Sky. HEX triplet: 4A, BE and EC. RGB value is (74,190,236). Sum of RGB (Red+Green+Blue) = 74+190+236=500 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.8% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #4ABEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABEEC is #B54113. Grayscale: #A0A0A0. Windows color (decimal): -11878676 or 15515210. OLE color: 15515210.
HSL color Cylindrical-coordinate representation of color #4ABEEC: hue angle of 197.04º degrees, saturation: 0.81, 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 #4ABEEC is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 190 | 236 | - |
| CMYK | 0.69 | 0.19 | 0 | 0.07 |
| HSL | 197.04º | 0.81% | 0.61% | - |
| HSV(B) | 197.04º | 0.69% | 0.93% | - |
| XYZ | 36.38 | 44.34 | 86 | - |
| YUV | 160.56 | 170.57 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 190 | 236 | 0.69 | 0.19 | 0 | 0.07 | 197.04 | 0.81 | 0.61 |
| Hex | 4A | BE | EC | 45 | 13 | 0 | 7 | C5 | 51 | 3D |
| Octal | 112 | 276 | 354 | 105 | 23 | 0 | 7 | 305 | 121 | 75 |
| Binary | 1001010 | 10111110 | 11101100 | 1000101 | 10011 | 0 | 111 | 11000101 | 1010001 | 111101 |
Color Harmonies of #4ABEEC
Complementary color
Monochromatic Colors of #4ABEEC
Black with #4ABEEC
Text Example
Text Example
White with #4ABEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABEEC; }
p { color: rgb(74,190,236); }
H1.HeaderClassName
{
color: #4ABEEC;
}
.AnyTagClassName
{
color: #4ABEEC;
}
</style>
background-color css
<style>
a { background-color: #4ABEEC; }
a { background-color: rgb(74,190,236); }
div.DivClassName
{
background-color: #4ABEEC;
}
.BgClassName
{
background-color: #4ABEEC;
}
</style>
border-color css
<style>
span { border-color: #4ABEEC; }
span { border-color: rgb(74,190,236); }
td.TdClassName
{
border-color: #4ABEEC;
}
.TagClassName
{
border-color: #4ABEEC;
}
</style>