Shades of Summer Sky #4ABBDD
Tints of Summer Sky #4ABBDD
RGB
CMYK
RGB Variations
Color information
#4ABBDD (or 0x4ABBDD) is known color: Summer Sky. HEX triplet: 4A, BB and DD. RGB value is (74,187,221). Sum of RGB (Red+Green+Blue) = 74+187+221=482 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.35% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #4ABBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABBDD is #B54422. Grayscale: #9C9C9C. Windows color (decimal): -11879459 or 14531402. OLE color: 14531402.
HSL color Cylindrical-coordinate representation of color #4ABBDD: hue angle of 193.88º degrees, saturation: 0.68, 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 #4ABBDD is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 187 | 221 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.13 |
| HSL | 193.88º | 0.68% | 0.58% | - |
| HSV(B) | 193.88º | 0.67% | 0.87% | - |
| XYZ | 33.65 | 42.22 | 74.78 | - |
| YUV | 157.09 | 164.06 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 187 | 221 | 0.67 | 0.15 | 0 | 0.13 | 193.88 | 0.68 | 0.58 |
| Hex | 4A | BB | DD | 43 | F | 0 | D | C2 | 44 | 3A |
| Octal | 112 | 273 | 335 | 103 | 17 | 0 | 15 | 302 | 104 | 72 |
| Binary | 1001010 | 10111011 | 11011101 | 1000011 | 1111 | 0 | 1101 | 11000010 | 1000100 | 111010 |
Color Harmonies of #4ABBDD
Complementary color
Monochromatic Colors of #4ABBDD
Black with #4ABBDD
Text Example
Text Example
White with #4ABBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABBDD; }
p { color: rgb(74,187,221); }
H1.HeaderClassName
{
color: #4ABBDD;
}
.AnyTagClassName
{
color: #4ABBDD;
}
</style>
background-color css
<style>
a { background-color: #4ABBDD; }
a { background-color: rgb(74,187,221); }
div.DivClassName
{
background-color: #4ABBDD;
}
.BgClassName
{
background-color: #4ABBDD;
}
</style>
border-color css
<style>
span { border-color: #4ABBDD; }
span { border-color: rgb(74,187,221); }
td.TdClassName
{
border-color: #4ABBDD;
}
.TagClassName
{
border-color: #4ABBDD;
}
</style>