Shades of Summer Sky #4CAFDA
Tints of Summer Sky #4CAFDA
RGB
CMYK
RGB Variations
Color information
#4CAFDA (or 0x4CAFDA) is known color: Summer Sky. HEX triplet: 4C, AF and DA. RGB value is (76,175,218). Sum of RGB (Red+Green+Blue) = 76+175+218=469 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.20% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #4CAFDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CAFDA is #B35025. Grayscale: #969696. Windows color (decimal): -11751462 or 14331724. OLE color: 14331724.
HSL color Cylindrical-coordinate representation of color #4CAFDA: hue angle of 198.17º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CAFDA is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 175 | 218 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.15 |
| HSL | 198.17º | 0.66% | 0.58% | - |
| HSV(B) | 198.17º | 0.65% | 0.85% | - |
| XYZ | 30.97 | 37.26 | 71.89 | - |
| YUV | 150.3 | 166.2 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 175 | 218 | 0.65 | 0.20 | 0 | 0.15 | 198.17 | 0.66 | 0.58 |
| Hex | 4C | AF | DA | 41 | 14 | 0 | F | C6 | 42 | 3A |
| Octal | 114 | 257 | 332 | 101 | 24 | 0 | 17 | 306 | 102 | 72 |
| Binary | 1001100 | 10101111 | 11011010 | 1000001 | 10100 | 0 | 1111 | 11000110 | 1000010 | 111010 |
Color Harmonies of #4CAFDA
Complementary color
Monochromatic Colors of #4CAFDA
Black with #4CAFDA
Text Example
Text Example
White with #4CAFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAFDA; }
p { color: rgb(76,175,218); }
H1.HeaderClassName
{
color: #4CAFDA;
}
.AnyTagClassName
{
color: #4CAFDA;
}
</style>
background-color css
<style>
a { background-color: #4CAFDA; }
a { background-color: rgb(76,175,218); }
div.DivClassName
{
background-color: #4CAFDA;
}
.BgClassName
{
background-color: #4CAFDA;
}
</style>
border-color css
<style>
span { border-color: #4CAFDA; }
span { border-color: rgb(76,175,218); }
td.TdClassName
{
border-color: #4CAFDA;
}
.TagClassName
{
border-color: #4CAFDA;
}
</style>