Shades of Summer Sky #4ABEED
Tints of Summer Sky #4ABEED
RGB
CMYK
RGB Variations
Color information
#4ABEED (or 0x4ABEED) is known color: Summer Sky. HEX triplet: 4A, BE and ED. RGB value is (74,190,237). Sum of RGB (Red+Green+Blue) = 74+190+237=501 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.77% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #4ABEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABEED is #B54112. Grayscale: #A0A0A0. Windows color (decimal): -11878675 or 15580746. OLE color: 15580746.
HSL color Cylindrical-coordinate representation of color #4ABEED: hue angle of 197.3º 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 #4ABEED is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 190 | 237 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.07 |
| HSL | 197.3º | 0.82% | 0.61% | - |
| HSV(B) | 197.3º | 0.69% | 0.93% | - |
| XYZ | 36.52 | 44.4 | 86.77 | - |
| YUV | 160.67 | 171.07 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 190 | 237 | 0.69 | 0.20 | 0 | 0.07 | 197.3 | 0.82 | 0.61 |
| Hex | 4A | BE | ED | 45 | 14 | 0 | 7 | C5 | 52 | 3D |
| Octal | 112 | 276 | 355 | 105 | 24 | 0 | 7 | 305 | 122 | 75 |
| Binary | 1001010 | 10111110 | 11101101 | 1000101 | 10100 | 0 | 111 | 11000101 | 1010010 | 111101 |
Color Harmonies of #4ABEED
Complementary color
Monochromatic Colors of #4ABEED
Black with #4ABEED
Text Example
Text Example
White with #4ABEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABEED; }
p { color: rgb(74,190,237); }
H1.HeaderClassName
{
color: #4ABEED;
}
.AnyTagClassName
{
color: #4ABEED;
}
</style>
background-color css
<style>
a { background-color: #4ABEED; }
a { background-color: rgb(74,190,237); }
div.DivClassName
{
background-color: #4ABEED;
}
.BgClassName
{
background-color: #4ABEED;
}
</style>
border-color css
<style>
span { border-color: #4ABEED; }
span { border-color: rgb(74,190,237); }
td.TdClassName
{
border-color: #4ABEED;
}
.TagClassName
{
border-color: #4ABEED;
}
</style>