Shades of Summer Sky #4CAFDF
Tints of Summer Sky #4CAFDF
RGB
CMYK
RGB Variations
Color information
#4CAFDF (or 0x4CAFDF) is known color: Summer Sky. HEX triplet: 4C, AF and DF. RGB value is (76,175,223). Sum of RGB (Red+Green+Blue) = 76+175+223=474 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.03% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #4CAFDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CAFDF is #B35020. Grayscale: #969696. Windows color (decimal): -11751457 or 14659404. OLE color: 14659404.
HSL color Cylindrical-coordinate representation of color #4CAFDF: hue angle of 199.59º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CAFDF is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 175 | 223 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.13 |
| HSL | 199.59º | 0.7% | 0.59% | - |
| HSV(B) | 199.59º | 0.66% | 0.87% | - |
| XYZ | 31.63 | 37.52 | 75.39 | - |
| YUV | 150.87 | 168.7 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 175 | 223 | 0.66 | 0.22 | 0 | 0.13 | 199.59 | 0.7 | 0.59 |
| Hex | 4C | AF | DF | 42 | 16 | 0 | D | C8 | 46 | 3B |
| Octal | 114 | 257 | 337 | 102 | 26 | 0 | 15 | 310 | 106 | 73 |
| Binary | 1001100 | 10101111 | 11011111 | 1000010 | 10110 | 0 | 1101 | 11001000 | 1000110 | 111011 |
Color Harmonies of #4CAFDF
Complementary color
Monochromatic Colors of #4CAFDF
Black with #4CAFDF
Text Example
Text Example
White with #4CAFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAFDF; }
p { color: rgb(76,175,223); }
H1.HeaderClassName
{
color: #4CAFDF;
}
.AnyTagClassName
{
color: #4CAFDF;
}
</style>
background-color css
<style>
a { background-color: #4CAFDF; }
a { background-color: rgb(76,175,223); }
div.DivClassName
{
background-color: #4CAFDF;
}
.BgClassName
{
background-color: #4CAFDF;
}
</style>
border-color css
<style>
span { border-color: #4CAFDF; }
span { border-color: rgb(76,175,223); }
td.TdClassName
{
border-color: #4CAFDF;
}
.TagClassName
{
border-color: #4CAFDF;
}
</style>