Shades of Summer Sky #4ABFDC
Tints of Summer Sky #4ABFDC
RGB
CMYK
RGB Variations
Color information
#4ABFDC (or 0x4ABFDC) is known color: Summer Sky. HEX triplet: 4A, BF and DC. RGB value is (74,191,220). Sum of RGB (Red+Green+Blue) = 74+191+220=485 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.26% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #4ABFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABFDC is #B54023. Grayscale: #9F9F9F. Windows color (decimal): -11878436 or 14466890. OLE color: 14466890.
HSL color Cylindrical-coordinate representation of color #4ABFDC: hue angle of 191.92º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ABFDC is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 191 | 220 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.14 |
| HSL | 191.92º | 0.68% | 0.58% | - |
| HSV(B) | 191.92º | 0.66% | 0.86% | - |
| XYZ | 34.37 | 43.88 | 74.37 | - |
| YUV | 159.32 | 162.24 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 191 | 220 | 0.66 | 0.13 | 0 | 0.14 | 191.92 | 0.68 | 0.58 |
| Hex | 4A | BF | DC | 42 | D | 0 | E | C0 | 44 | 3A |
| Octal | 112 | 277 | 334 | 102 | 15 | 0 | 16 | 300 | 104 | 72 |
| Binary | 1001010 | 10111111 | 11011100 | 1000010 | 1101 | 0 | 1110 | 11000000 | 1000100 | 111010 |
Color Harmonies of #4ABFDC
Complementary color
Monochromatic Colors of #4ABFDC
Black with #4ABFDC
Text Example
Text Example
White with #4ABFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABFDC; }
p { color: rgb(74,191,220); }
H1.HeaderClassName
{
color: #4ABFDC;
}
.AnyTagClassName
{
color: #4ABFDC;
}
</style>
background-color css
<style>
a { background-color: #4ABFDC; }
a { background-color: rgb(74,191,220); }
div.DivClassName
{
background-color: #4ABFDC;
}
.BgClassName
{
background-color: #4ABFDC;
}
</style>
border-color css
<style>
span { border-color: #4ABFDC; }
span { border-color: rgb(74,191,220); }
td.TdClassName
{
border-color: #4ABFDC;
}
.TagClassName
{
border-color: #4ABFDC;
}
</style>