Shades of Summer Sky #4ABADB
Tints of Summer Sky #4ABADB
RGB
CMYK
RGB Variations
Color information
#4ABADB (or 0x4ABADB) is known color: Summer Sky. HEX triplet: 4A, BA and DB. RGB value is (74,186,219). Sum of RGB (Red+Green+Blue) = 74+186+219=479 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.45% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #4ABADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABADB is #B54524. Grayscale: #9C9C9C. Windows color (decimal): -11879717 or 14400074. OLE color: 14400074.
HSL color Cylindrical-coordinate representation of color #4ABADB: hue angle of 193.66º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ABADB is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 186 | 219 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.14 |
| HSL | 193.66º | 0.67% | 0.57% | - |
| HSV(B) | 193.66º | 0.66% | 0.86% | - |
| XYZ | 33.17 | 41.69 | 73.32 | - |
| YUV | 156.27 | 163.39 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 186 | 219 | 0.66 | 0.15 | 0 | 0.14 | 193.66 | 0.67 | 0.57 |
| Hex | 4A | BA | DB | 42 | F | 0 | E | C2 | 43 | 39 |
| Octal | 112 | 272 | 333 | 102 | 17 | 0 | 16 | 302 | 103 | 71 |
| Binary | 1001010 | 10111010 | 11011011 | 1000010 | 1111 | 0 | 1110 | 11000010 | 1000011 | 111001 |
Color Harmonies of #4ABADB
Complementary color
Monochromatic Colors of #4ABADB
Black with #4ABADB
Text Example
Text Example
White with #4ABADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABADB; }
p { color: rgb(74,186,219); }
H1.HeaderClassName
{
color: #4ABADB;
}
.AnyTagClassName
{
color: #4ABADB;
}
</style>
background-color css
<style>
a { background-color: #4ABADB; }
a { background-color: rgb(74,186,219); }
div.DivClassName
{
background-color: #4ABADB;
}
.BgClassName
{
background-color: #4ABADB;
}
</style>
border-color css
<style>
span { border-color: #4ABADB; }
span { border-color: rgb(74,186,219); }
td.TdClassName
{
border-color: #4ABADB;
}
.TagClassName
{
border-color: #4ABADB;
}
</style>