Shades of Vista Blue #7CEDA8
Tints of Vista Blue #7CEDA8
RGB
CMYK
RGB Variations
Color information
#7CEDA8 (or 0x7CEDA8) is known color: Vista Blue. HEX triplet: 7C, ED and A8. RGB value is (124,237,168). Sum of RGB (Red+Green+Blue) = 124+237+168=529 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.44% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #7CEDA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CEDA8 is #831257. Grayscale: #C3C3C3. Windows color (decimal): -8589912 or 11070844. OLE color: 11070844.
HSL color Cylindrical-coordinate representation of color #7CEDA8: hue angle of 143.36º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CEDA8 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 237 | 168 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.07 |
| HSL | 143.36º | 0.76% | 0.71% | - |
| HSV(B) | 143.36º | 0.48% | 0.93% | - |
| XYZ | 45.66 | 67.68 | 47.7 | - |
| YUV | 195.35 | 112.56 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 237 | 168 | 0.48 | 0 | 0.29 | 0.07 | 143.36 | 0.76 | 0.71 |
| Hex | 7C | ED | A8 | 30 | 0 | 1D | 7 | 8F | 4C | 47 |
| Octal | 174 | 355 | 250 | 60 | 0 | 35 | 7 | 217 | 114 | 107 |
| Binary | 1111100 | 11101101 | 10101000 | 110000 | 0 | 11101 | 111 | 10001111 | 1001100 | 1000111 |
Color Harmonies of #7CEDA8
Complementary color
Monochromatic Colors of #7CEDA8
Black with #7CEDA8
Text Example
Text Example
White with #7CEDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEDA8; }
p { color: rgb(124,237,168); }
H1.HeaderClassName
{
color: #7CEDA8;
}
.AnyTagClassName
{
color: #7CEDA8;
}
</style>
background-color css
<style>
a { background-color: #7CEDA8; }
a { background-color: rgb(124,237,168); }
div.DivClassName
{
background-color: #7CEDA8;
}
.BgClassName
{
background-color: #7CEDA8;
}
</style>
border-color css
<style>
span { border-color: #7CEDA8; }
span { border-color: rgb(124,237,168); }
td.TdClassName
{
border-color: #7CEDA8;
}
.TagClassName
{
border-color: #7CEDA8;
}
</style>