Shades of Summer Sky #4ABCDD
Tints of Summer Sky #4ABCDD
RGB
CMYK
RGB Variations
Color information
#4ABCDD (or 0x4ABCDD) is known color: Summer Sky. HEX triplet: 4A, BC and DD. RGB value is (74,188,221). Sum of RGB (Red+Green+Blue) = 74+188+221=483 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.32% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #4ABCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABCDD is #B54322. Grayscale: #9D9D9D. Windows color (decimal): -11879203 or 14531658. OLE color: 14531658.
HSL color Cylindrical-coordinate representation of color #4ABCDD: hue angle of 193.47º 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 #4ABCDD is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 188 | 221 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.13 |
| HSL | 193.47º | 0.68% | 0.58% | - |
| HSV(B) | 193.47º | 0.67% | 0.87% | - |
| XYZ | 33.86 | 42.64 | 74.85 | - |
| YUV | 157.68 | 163.73 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 221 | 0.67 | 0.15 | 0 | 0.13 | 193.47 | 0.68 | 0.58 |
| Hex | 4A | BC | DD | 43 | F | 0 | D | C1 | 44 | 3A |
| Octal | 112 | 274 | 335 | 103 | 17 | 0 | 15 | 301 | 104 | 72 |
| Binary | 1001010 | 10111100 | 11011101 | 1000011 | 1111 | 0 | 1101 | 11000001 | 1000100 | 111010 |
Color Harmonies of #4ABCDD
Complementary color
Monochromatic Colors of #4ABCDD
Black with #4ABCDD
Text Example
Text Example
White with #4ABCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABCDD; }
p { color: rgb(74,188,221); }
H1.HeaderClassName
{
color: #4ABCDD;
}
.AnyTagClassName
{
color: #4ABCDD;
}
</style>
background-color css
<style>
a { background-color: #4ABCDD; }
a { background-color: rgb(74,188,221); }
div.DivClassName
{
background-color: #4ABCDD;
}
.BgClassName
{
background-color: #4ABCDD;
}
</style>
border-color css
<style>
span { border-color: #4ABCDD; }
span { border-color: rgb(74,188,221); }
td.TdClassName
{
border-color: #4ABCDD;
}
.TagClassName
{
border-color: #4ABCDD;
}
</style>