Shades of Summer Sky #4ABBDB
Tints of Summer Sky #4ABBDB
RGB
CMYK
RGB Variations
Color information
#4ABBDB (or 0x4ABBDB) is known color: Summer Sky. HEX triplet: 4A, BB and DB. RGB value is (74,187,219). Sum of RGB (Red+Green+Blue) = 74+187+219=480 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.42% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #4ABBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABBDB is #B54424. Grayscale: #9C9C9C. Windows color (decimal): -11879461 or 14400330. OLE color: 14400330.
HSL color Cylindrical-coordinate representation of color #4ABBDB: hue angle of 193.24º 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 #4ABBDB is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 187 | 219 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.14 |
| HSL | 193.24º | 0.67% | 0.57% | - |
| HSV(B) | 193.24º | 0.66% | 0.86% | - |
| XYZ | 33.38 | 42.11 | 73.39 | - |
| YUV | 156.86 | 163.06 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 187 | 219 | 0.66 | 0.15 | 0 | 0.14 | 193.24 | 0.67 | 0.57 |
| Hex | 4A | BB | DB | 42 | F | 0 | E | C1 | 43 | 39 |
| Octal | 112 | 273 | 333 | 102 | 17 | 0 | 16 | 301 | 103 | 71 |
| Binary | 1001010 | 10111011 | 11011011 | 1000010 | 1111 | 0 | 1110 | 11000001 | 1000011 | 111001 |
Color Harmonies of #4ABBDB
Complementary color
Monochromatic Colors of #4ABBDB
Black with #4ABBDB
Text Example
Text Example
White with #4ABBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABBDB; }
p { color: rgb(74,187,219); }
H1.HeaderClassName
{
color: #4ABBDB;
}
.AnyTagClassName
{
color: #4ABBDB;
}
</style>
background-color css
<style>
a { background-color: #4ABBDB; }
a { background-color: rgb(74,187,219); }
div.DivClassName
{
background-color: #4ABBDB;
}
.BgClassName
{
background-color: #4ABBDB;
}
</style>
border-color css
<style>
span { border-color: #4ABBDB; }
span { border-color: rgb(74,187,219); }
td.TdClassName
{
border-color: #4ABBDB;
}
.TagClassName
{
border-color: #4ABBDB;
}
</style>