Shades of Summer Sky #4ABADC
Tints of Summer Sky #4ABADC
RGB
CMYK
RGB Variations
Color information
#4ABADC (or 0x4ABADC) is known color: Summer Sky. HEX triplet: 4A, BA and DC. RGB value is (74,186,220). Sum of RGB (Red+Green+Blue) = 74+186+220=480 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.42% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #4ABADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABADC is #B54523. Grayscale: #9C9C9C. Windows color (decimal): -11879716 or 14465610. OLE color: 14465610.
HSL color Cylindrical-coordinate representation of color #4ABADC: hue angle of 193.97º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ABADC is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 186 | 220 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.14 |
| HSL | 193.97º | 0.68% | 0.58% | - |
| HSV(B) | 193.97º | 0.66% | 0.86% | - |
| XYZ | 33.3 | 41.74 | 74.01 | - |
| YUV | 156.39 | 163.89 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 186 | 220 | 0.66 | 0.15 | 0 | 0.14 | 193.97 | 0.68 | 0.58 |
| Hex | 4A | BA | DC | 42 | F | 0 | E | C2 | 44 | 3A |
| Octal | 112 | 272 | 334 | 102 | 17 | 0 | 16 | 302 | 104 | 72 |
| Binary | 1001010 | 10111010 | 11011100 | 1000010 | 1111 | 0 | 1110 | 11000010 | 1000100 | 111010 |
Color Harmonies of #4ABADC
Complementary color
Monochromatic Colors of #4ABADC
Black with #4ABADC
Text Example
Text Example
White with #4ABADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABADC; }
p { color: rgb(74,186,220); }
H1.HeaderClassName
{
color: #4ABADC;
}
.AnyTagClassName
{
color: #4ABADC;
}
</style>
background-color css
<style>
a { background-color: #4ABADC; }
a { background-color: rgb(74,186,220); }
div.DivClassName
{
background-color: #4ABADC;
}
.BgClassName
{
background-color: #4ABADC;
}
</style>
border-color css
<style>
span { border-color: #4ABADC; }
span { border-color: rgb(74,186,220); }
td.TdClassName
{
border-color: #4ABADC;
}
.TagClassName
{
border-color: #4ABADC;
}
</style>