Shades of Summer Sky #4ABCEB
Tints of Summer Sky #4ABCEB
RGB
CMYK
RGB Variations
Color information
#4ABCEB (or 0x4ABCEB) is known color: Summer Sky. HEX triplet: 4A, BC and EB. RGB value is (74,188,235). Sum of RGB (Red+Green+Blue) = 74+188+235=497 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.89% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #4ABCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABCEB is #B54314. Grayscale: #9E9E9E. Windows color (decimal): -11879189 or 15449162. OLE color: 15449162.
HSL color Cylindrical-coordinate representation of color #4ABCEB: hue angle of 197.52º 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 #4ABCEB is Cyan = 0.69, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 188 | 235 | - |
| CMYK | 0.69 | 0.2 | 0 | 0.08 |
| HSL | 197.52º | 0.8% | 0.61% | - |
| HSV(B) | 197.52º | 0.69% | 0.92% | - |
| XYZ | 35.8 | 43.42 | 85.09 | - |
| YUV | 159.27 | 170.73 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 235 | 0.69 | 0.2 | 0 | 0.08 | 197.52 | 0.8 | 0.61 |
| Hex | 4A | BC | EB | 45 | 14 | 0 | 8 | C6 | 50 | 3D |
| Octal | 112 | 274 | 353 | 105 | 24 | 0 | 10 | 306 | 120 | 75 |
| Binary | 1001010 | 10111100 | 11101011 | 1000101 | 10100 | 0 | 1000 | 11000110 | 1010000 | 111101 |
Color Harmonies of #4ABCEB
Complementary color
Monochromatic Colors of #4ABCEB
Black with #4ABCEB
Text Example
Text Example
White with #4ABCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABCEB; }
p { color: rgb(74,188,235); }
H1.HeaderClassName
{
color: #4ABCEB;
}
.AnyTagClassName
{
color: #4ABCEB;
}
</style>
background-color css
<style>
a { background-color: #4ABCEB; }
a { background-color: rgb(74,188,235); }
div.DivClassName
{
background-color: #4ABCEB;
}
.BgClassName
{
background-color: #4ABCEB;
}
</style>
border-color css
<style>
span { border-color: #4ABCEB; }
span { border-color: rgb(74,188,235); }
td.TdClassName
{
border-color: #4ABCEB;
}
.TagClassName
{
border-color: #4ABCEB;
}
</style>