Shades of Summer Sky #4ABAF4
Tints of Summer Sky #4ABAF4
RGB
CMYK
RGB Variations
Color information
#4ABAF4 (or 0x4ABAF4) is known color: Summer Sky. HEX triplet: 4A, BA and F4. RGB value is (74,186,244). Sum of RGB (Red+Green+Blue) = 74+186+244=504 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.68% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 244 (95.70% from 255 or 48.41% from 504); Max value from RGB is 244 - color contains mainly: blue. Hex color #4ABAF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ABAF4 is #B5450B. Grayscale: #9E9E9E. Windows color (decimal): -11879692 or 16038474. OLE color: 16038474.
HSL color Cylindrical-coordinate representation of color #4ABAF4: hue angle of 200.47º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4ABAF4 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 186 | 244 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.04 |
| HSL | 200.47º | 0.89% | 0.62% | - |
| HSV(B) | 200.47º | 0.7% | 0.96% | - |
| XYZ | 36.71 | 43.11 | 91.97 | - |
| YUV | 159.12 | 175.89 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 186 | 244 | 0.70 | 0.24 | 0 | 0.04 | 200.47 | 0.89 | 0.62 |
| Hex | 4A | BA | F4 | 46 | 18 | 0 | 4 | C8 | 59 | 3E |
| Octal | 112 | 272 | 364 | 106 | 30 | 0 | 4 | 310 | 131 | 76 |
| Binary | 1001010 | 10111010 | 11110100 | 1000110 | 11000 | 0 | 100 | 11001000 | 1011001 | 111110 |
Color Harmonies of #4ABAF4
Complementary color
Monochromatic Colors of #4ABAF4
Black with #4ABAF4
Text Example
Text Example
White with #4ABAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABAF4; }
p { color: rgb(74,186,244); }
H1.HeaderClassName
{
color: #4ABAF4;
}
.AnyTagClassName
{
color: #4ABAF4;
}
</style>
background-color css
<style>
a { background-color: #4ABAF4; }
a { background-color: rgb(74,186,244); }
div.DivClassName
{
background-color: #4ABAF4;
}
.BgClassName
{
background-color: #4ABAF4;
}
</style>
border-color css
<style>
span { border-color: #4ABAF4; }
span { border-color: rgb(74,186,244); }
td.TdClassName
{
border-color: #4ABAF4;
}
.TagClassName
{
border-color: #4ABAF4;
}
</style>