Shades of Summer Sky #4ABADE
Tints of Summer Sky #4ABADE
RGB
CMYK
RGB Variations
Color information
#4ABADE (or 0x4ABADE) is known color: Summer Sky. HEX triplet: 4A, BA and DE. RGB value is (74,186,222). Sum of RGB (Red+Green+Blue) = 74+186+222=482 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.35% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #4ABADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABADE is #B54521. Grayscale: #9C9C9C. Windows color (decimal): -11879714 or 14596682. OLE color: 14596682.
HSL color Cylindrical-coordinate representation of color #4ABADE: hue angle of 194.59º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ABADE is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 186 | 222 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.13 |
| HSL | 194.59º | 0.69% | 0.58% | - |
| HSV(B) | 194.59º | 0.67% | 0.87% | - |
| XYZ | 33.57 | 41.85 | 75.42 | - |
| YUV | 156.62 | 164.89 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 186 | 222 | 0.67 | 0.16 | 0 | 0.13 | 194.59 | 0.69 | 0.58 |
| Hex | 4A | BA | DE | 43 | 10 | 0 | D | C3 | 45 | 3A |
| Octal | 112 | 272 | 336 | 103 | 20 | 0 | 15 | 303 | 105 | 72 |
| Binary | 1001010 | 10111010 | 11011110 | 1000011 | 10000 | 0 | 1101 | 11000011 | 1000101 | 111010 |
Color Harmonies of #4ABADE
Complementary color
Monochromatic Colors of #4ABADE
Black with #4ABADE
Text Example
Text Example
White with #4ABADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABADE; }
p { color: rgb(74,186,222); }
H1.HeaderClassName
{
color: #4ABADE;
}
.AnyTagClassName
{
color: #4ABADE;
}
</style>
background-color css
<style>
a { background-color: #4ABADE; }
a { background-color: rgb(74,186,222); }
div.DivClassName
{
background-color: #4ABADE;
}
.BgClassName
{
background-color: #4ABADE;
}
</style>
border-color css
<style>
span { border-color: #4ABADE; }
span { border-color: rgb(74,186,222); }
td.TdClassName
{
border-color: #4ABADE;
}
.TagClassName
{
border-color: #4ABADE;
}
</style>