Shades of Summer Sky #4FB0DF
Tints of Summer Sky #4FB0DF
RGB
CMYK
RGB Variations
Color information
#4FB0DF (or 0x4FB0DF) is known color: Summer Sky. HEX triplet: 4F, B0 and DF. RGB value is (79,176,223). Sum of RGB (Red+Green+Blue) = 79+176+223=478 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.53% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #4FB0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FB0DF is #B04F20. Grayscale: #989898. Windows color (decimal): -11554593 or 14659663. OLE color: 14659663.
HSL color Cylindrical-coordinate representation of color #4FB0DF: hue angle of 199.58º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FB0DF is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 176 | 223 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.13 |
| HSL | 199.58º | 0.69% | 0.59% | - |
| HSV(B) | 199.58º | 0.65% | 0.87% | - |
| XYZ | 32.07 | 38.04 | 75.46 | - |
| YUV | 152.36 | 167.86 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 176 | 223 | 0.65 | 0.21 | 0 | 0.13 | 199.58 | 0.69 | 0.59 |
| Hex | 4F | B0 | DF | 41 | 15 | 0 | D | C8 | 45 | 3B |
| Octal | 117 | 260 | 337 | 101 | 25 | 0 | 15 | 310 | 105 | 73 |
| Binary | 1001111 | 10110000 | 11011111 | 1000001 | 10101 | 0 | 1101 | 11001000 | 1000101 | 111011 |
Color Harmonies of #4FB0DF
Complementary color
Monochromatic Colors of #4FB0DF
Black with #4FB0DF
Text Example
Text Example
White with #4FB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB0DF; }
p { color: rgb(79,176,223); }
H1.HeaderClassName
{
color: #4FB0DF;
}
.AnyTagClassName
{
color: #4FB0DF;
}
</style>
background-color css
<style>
a { background-color: #4FB0DF; }
a { background-color: rgb(79,176,223); }
div.DivClassName
{
background-color: #4FB0DF;
}
.BgClassName
{
background-color: #4FB0DF;
}
</style>
border-color css
<style>
span { border-color: #4FB0DF; }
span { border-color: rgb(79,176,223); }
td.TdClassName
{
border-color: #4FB0DF;
}
.TagClassName
{
border-color: #4FB0DF;
}
</style>