Shades of Summer Sky #4ABFDD
Tints of Summer Sky #4ABFDD
RGB
CMYK
RGB Variations
Color information
#4ABFDD (or 0x4ABFDD) is known color: Summer Sky. HEX triplet: 4A, BF and DD. RGB value is (74,191,221). Sum of RGB (Red+Green+Blue) = 74+191+221=486 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.23% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #4ABFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABFDD is #B54022. Grayscale: #9F9F9F. Windows color (decimal): -11878435 or 14532426. OLE color: 14532426.
HSL color Cylindrical-coordinate representation of color #4ABFDD: hue angle of 192.24º 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 #4ABFDD is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 191 | 221 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.13 |
| HSL | 192.24º | 0.68% | 0.58% | - |
| HSV(B) | 192.24º | 0.67% | 0.87% | - |
| XYZ | 34.51 | 43.94 | 75.07 | - |
| YUV | 159.44 | 162.74 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 191 | 221 | 0.67 | 0.14 | 0 | 0.13 | 192.24 | 0.68 | 0.58 |
| Hex | 4A | BF | DD | 43 | E | 0 | D | C0 | 44 | 3A |
| Octal | 112 | 277 | 335 | 103 | 16 | 0 | 15 | 300 | 104 | 72 |
| Binary | 1001010 | 10111111 | 11011101 | 1000011 | 1110 | 0 | 1101 | 11000000 | 1000100 | 111010 |
Color Harmonies of #4ABFDD
Complementary color
Monochromatic Colors of #4ABFDD
Black with #4ABFDD
Text Example
Text Example
White with #4ABFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABFDD; }
p { color: rgb(74,191,221); }
H1.HeaderClassName
{
color: #4ABFDD;
}
.AnyTagClassName
{
color: #4ABFDD;
}
</style>
background-color css
<style>
a { background-color: #4ABFDD; }
a { background-color: rgb(74,191,221); }
div.DivClassName
{
background-color: #4ABFDD;
}
.BgClassName
{
background-color: #4ABFDD;
}
</style>
border-color css
<style>
span { border-color: #4ABFDD; }
span { border-color: rgb(74,191,221); }
td.TdClassName
{
border-color: #4ABFDD;
}
.TagClassName
{
border-color: #4ABFDD;
}
</style>