Shades of Summer Sky #4ABFEB
Tints of Summer Sky #4ABFEB
RGB
CMYK
RGB Variations
Color information
#4ABFEB (or 0x4ABFEB) is known color: Summer Sky. HEX triplet: 4A, BF and EB. RGB value is (74,191,235). Sum of RGB (Red+Green+Blue) = 74+191+235=500 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.8% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #4ABFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABFEB is #B54014. Grayscale: #A0A0A0. Windows color (decimal): -11878421 or 15449930. OLE color: 15449930.
HSL color Cylindrical-coordinate representation of color #4ABFEB: hue angle of 196.4º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ABFEB is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 191 | 235 | - |
| CMYK | 0.69 | 0.19 | 0 | 0.08 |
| HSL | 196.4º | 0.8% | 0.61% | - |
| HSV(B) | 196.4º | 0.69% | 0.92% | - |
| XYZ | 36.45 | 44.72 | 85.31 | - |
| YUV | 161.03 | 169.74 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 191 | 235 | 0.69 | 0.19 | 0 | 0.08 | 196.4 | 0.8 | 0.61 |
| Hex | 4A | BF | EB | 45 | 13 | 0 | 8 | C4 | 50 | 3D |
| Octal | 112 | 277 | 353 | 105 | 23 | 0 | 10 | 304 | 120 | 75 |
| Binary | 1001010 | 10111111 | 11101011 | 1000101 | 10011 | 0 | 1000 | 11000100 | 1010000 | 111101 |
Color Harmonies of #4ABFEB
Complementary color
Monochromatic Colors of #4ABFEB
Black with #4ABFEB
Text Example
Text Example
White with #4ABFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABFEB; }
p { color: rgb(74,191,235); }
H1.HeaderClassName
{
color: #4ABFEB;
}
.AnyTagClassName
{
color: #4ABFEB;
}
</style>
background-color css
<style>
a { background-color: #4ABFEB; }
a { background-color: rgb(74,191,235); }
div.DivClassName
{
background-color: #4ABFEB;
}
.BgClassName
{
background-color: #4ABFEB;
}
</style>
border-color css
<style>
span { border-color: #4ABFEB; }
span { border-color: rgb(74,191,235); }
td.TdClassName
{
border-color: #4ABFEB;
}
.TagClassName
{
border-color: #4ABFEB;
}
</style>