Shades of Summer Sky #4ABFED
Tints of Summer Sky #4ABFED
RGB
CMYK
RGB Variations
Color information
#4ABFED (or 0x4ABFED) is known color: Summer Sky. HEX triplet: 4A, BF and ED. RGB value is (74,191,237). Sum of RGB (Red+Green+Blue) = 74+191+237=502 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.74% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #4ABFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABFED is #B54012. Grayscale: #A0A0A0. Windows color (decimal): -11878419 or 15581002. OLE color: 15581002.
HSL color Cylindrical-coordinate representation of color #4ABFED: hue angle of 196.93º degrees, saturation: 0.82, 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 #4ABFED is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 191 | 237 | - |
| CMYK | 0.69 | 0.19 | 0 | 0.07 |
| HSL | 196.93º | 0.82% | 0.61% | - |
| HSV(B) | 196.93º | 0.69% | 0.93% | - |
| XYZ | 36.74 | 44.83 | 86.84 | - |
| YUV | 161.26 | 170.74 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 191 | 237 | 0.69 | 0.19 | 0 | 0.07 | 196.93 | 0.82 | 0.61 |
| Hex | 4A | BF | ED | 45 | 13 | 0 | 7 | C5 | 52 | 3D |
| Octal | 112 | 277 | 355 | 105 | 23 | 0 | 7 | 305 | 122 | 75 |
| Binary | 1001010 | 10111111 | 11101101 | 1000101 | 10011 | 0 | 111 | 11000101 | 1010010 | 111101 |
Color Harmonies of #4ABFED
Complementary color
Monochromatic Colors of #4ABFED
Black with #4ABFED
Text Example
Text Example
White with #4ABFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABFED; }
p { color: rgb(74,191,237); }
H1.HeaderClassName
{
color: #4ABFED;
}
.AnyTagClassName
{
color: #4ABFED;
}
</style>
background-color css
<style>
a { background-color: #4ABFED; }
a { background-color: rgb(74,191,237); }
div.DivClassName
{
background-color: #4ABFED;
}
.BgClassName
{
background-color: #4ABFED;
}
</style>
border-color css
<style>
span { border-color: #4ABFED; }
span { border-color: rgb(74,191,237); }
td.TdClassName
{
border-color: #4ABFED;
}
.TagClassName
{
border-color: #4ABFED;
}
</style>