Shades of Summer Sky #4ABCEF
Tints of Summer Sky #4ABCEF
RGB
CMYK
RGB Variations
Color information
#4ABCEF (or 0x4ABCEF) is known color: Summer Sky. HEX triplet: 4A, BC and EF. RGB value is (74,188,239). Sum of RGB (Red+Green+Blue) = 74+188+239=501 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.77% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #4ABCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABCEF is #B54310. Grayscale: #9F9F9F. Windows color (decimal): -11879185 or 15711306. OLE color: 15711306.
HSL color Cylindrical-coordinate representation of color #4ABCEF: hue angle of 198.55º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ABCEF is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 188 | 239 | - |
| CMYK | 0.69 | 0.21 | 0 | 0.06 |
| HSL | 198.55º | 0.84% | 0.61% | - |
| HSV(B) | 198.55º | 0.69% | 0.94% | - |
| XYZ | 36.39 | 43.65 | 88.17 | - |
| YUV | 159.73 | 172.73 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 239 | 0.69 | 0.21 | 0 | 0.06 | 198.55 | 0.84 | 0.61 |
| Hex | 4A | BC | EF | 45 | 15 | 0 | 6 | C7 | 54 | 3D |
| Octal | 112 | 274 | 357 | 105 | 25 | 0 | 6 | 307 | 124 | 75 |
| Binary | 1001010 | 10111100 | 11101111 | 1000101 | 10101 | 0 | 110 | 11000111 | 1010100 | 111101 |
Color Harmonies of #4ABCEF
Complementary color
Monochromatic Colors of #4ABCEF
Black with #4ABCEF
Text Example
Text Example
White with #4ABCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABCEF; }
p { color: rgb(74,188,239); }
H1.HeaderClassName
{
color: #4ABCEF;
}
.AnyTagClassName
{
color: #4ABCEF;
}
</style>
background-color css
<style>
a { background-color: #4ABCEF; }
a { background-color: rgb(74,188,239); }
div.DivClassName
{
background-color: #4ABCEF;
}
.BgClassName
{
background-color: #4ABCEF;
}
</style>
border-color css
<style>
span { border-color: #4ABCEF; }
span { border-color: rgb(74,188,239); }
td.TdClassName
{
border-color: #4ABCEF;
}
.TagClassName
{
border-color: #4ABCEF;
}
</style>