Shades of Summer Sky #4ABFEA
Tints of Summer Sky #4ABFEA
RGB
CMYK
RGB Variations
Color information
#4ABFEA (or 0x4ABFEA) is known color: Summer Sky. HEX triplet: 4A, BF and EA. RGB value is (74,191,234). Sum of RGB (Red+Green+Blue) = 74+191+234=499 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.83% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #4ABFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABFEA is #B54015. Grayscale: #A0A0A0. Windows color (decimal): -11878422 or 15384394. OLE color: 15384394.
HSL color Cylindrical-coordinate representation of color #4ABFEA: hue angle of 196.12º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ABFEA is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 191 | 234 | - |
| CMYK | 0.68 | 0.18 | 0 | 0.08 |
| HSL | 196.13º | 0.79% | 0.6% | - |
| HSV(B) | 196.13º | 0.68% | 0.92% | - |
| XYZ | 36.31 | 44.66 | 84.55 | - |
| YUV | 160.92 | 169.24 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 191 | 234 | 0.68 | 0.18 | 0 | 0.08 | 196.13 | 0.79 | 0.6 |
| Hex | 4A | BF | EA | 44 | 12 | 0 | 8 | C4 | 4F | 3C |
| Octal | 112 | 277 | 352 | 104 | 22 | 0 | 10 | 304 | 117 | 74 |
| Binary | 1001010 | 10111111 | 11101010 | 1000100 | 10010 | 0 | 1000 | 11000100 | 1001111 | 111100 |
Color Harmonies of #4ABFEA
Complementary color
Monochromatic Colors of #4ABFEA
Black with #4ABFEA
Text Example
Text Example
White with #4ABFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABFEA; }
p { color: rgb(74,191,234); }
H1.HeaderClassName
{
color: #4ABFEA;
}
.AnyTagClassName
{
color: #4ABFEA;
}
</style>
background-color css
<style>
a { background-color: #4ABFEA; }
a { background-color: rgb(74,191,234); }
div.DivClassName
{
background-color: #4ABFEA;
}
.BgClassName
{
background-color: #4ABFEA;
}
</style>
border-color css
<style>
span { border-color: #4ABFEA; }
span { border-color: rgb(74,191,234); }
td.TdClassName
{
border-color: #4ABFEA;
}
.TagClassName
{
border-color: #4ABFEA;
}
</style>