Shades of Summer Sky #4ABFDF
Tints of Summer Sky #4ABFDF
RGB
CMYK
RGB Variations
Color information
#4ABFDF (or 0x4ABFDF) is known color: Summer Sky. HEX triplet: 4A, BF and DF. RGB value is (74,191,223). Sum of RGB (Red+Green+Blue) = 74+191+223=488 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.16% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #4ABFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABFDF is #B54020. Grayscale: #9F9F9F. Windows color (decimal): -11878433 or 14663498. OLE color: 14663498.
HSL color Cylindrical-coordinate representation of color #4ABFDF: hue angle of 192.89º degrees, saturation: 0.7, 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 #4ABFDF is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 191 | 223 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.13 |
| HSL | 192.89º | 0.7% | 0.58% | - |
| HSV(B) | 192.89º | 0.67% | 0.87% | - |
| XYZ | 34.77 | 44.05 | 76.48 | - |
| YUV | 159.67 | 163.74 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 191 | 223 | 0.67 | 0.14 | 0 | 0.13 | 192.89 | 0.7 | 0.58 |
| Hex | 4A | BF | DF | 43 | E | 0 | D | C1 | 46 | 3A |
| Octal | 112 | 277 | 337 | 103 | 16 | 0 | 15 | 301 | 106 | 72 |
| Binary | 1001010 | 10111111 | 11011111 | 1000011 | 1110 | 0 | 1101 | 11000001 | 1000110 | 111010 |
Color Harmonies of #4ABFDF
Complementary color
Monochromatic Colors of #4ABFDF
Black with #4ABFDF
Text Example
Text Example
White with #4ABFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABFDF; }
p { color: rgb(74,191,223); }
H1.HeaderClassName
{
color: #4ABFDF;
}
.AnyTagClassName
{
color: #4ABFDF;
}
</style>
background-color css
<style>
a { background-color: #4ABFDF; }
a { background-color: rgb(74,191,223); }
div.DivClassName
{
background-color: #4ABFDF;
}
.BgClassName
{
background-color: #4ABFDF;
}
</style>
border-color css
<style>
span { border-color: #4ABFDF; }
span { border-color: rgb(74,191,223); }
td.TdClassName
{
border-color: #4ABFDF;
}
.TagClassName
{
border-color: #4ABFDF;
}
</style>