Shades of Summer Sky #4ABDEF
Tints of Summer Sky #4ABDEF
RGB
CMYK
RGB Variations
Color information
#4ABDEF (or 0x4ABDEF) is known color: Summer Sky. HEX triplet: 4A, BD and EF. RGB value is (74,189,239). Sum of RGB (Red+Green+Blue) = 74+189+239=502 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.74% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #4ABDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABDEF is #B54210. Grayscale: #9F9F9F. Windows color (decimal): -11878929 or 15711562. OLE color: 15711562.
HSL color Cylindrical-coordinate representation of color #4ABDEF: hue angle of 198.18º 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 #4ABDEF is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 189 | 239 | - |
| CMYK | 0.69 | 0.21 | 0 | 0.06 |
| HSL | 198.18º | 0.84% | 0.61% | - |
| HSV(B) | 198.18º | 0.69% | 0.94% | - |
| XYZ | 36.6 | 44.08 | 88.24 | - |
| YUV | 160.32 | 172.4 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 239 | 0.69 | 0.21 | 0 | 0.06 | 198.18 | 0.84 | 0.61 |
| Hex | 4A | BD | EF | 45 | 15 | 0 | 6 | C6 | 54 | 3D |
| Octal | 112 | 275 | 357 | 105 | 25 | 0 | 6 | 306 | 124 | 75 |
| Binary | 1001010 | 10111101 | 11101111 | 1000101 | 10101 | 0 | 110 | 11000110 | 1010100 | 111101 |
Color Harmonies of #4ABDEF
Complementary color
Monochromatic Colors of #4ABDEF
Black with #4ABDEF
Text Example
Text Example
White with #4ABDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABDEF; }
p { color: rgb(74,189,239); }
H1.HeaderClassName
{
color: #4ABDEF;
}
.AnyTagClassName
{
color: #4ABDEF;
}
</style>
background-color css
<style>
a { background-color: #4ABDEF; }
a { background-color: rgb(74,189,239); }
div.DivClassName
{
background-color: #4ABDEF;
}
.BgClassName
{
background-color: #4ABDEF;
}
</style>
border-color css
<style>
span { border-color: #4ABDEF; }
span { border-color: rgb(74,189,239); }
td.TdClassName
{
border-color: #4ABDEF;
}
.TagClassName
{
border-color: #4ABDEF;
}
</style>