#7CEFAB

Color #7CEFAB Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #7CEFAB

Tints of Vista Blue #7CEFAB

Color information

#7CEFAB (or 0x7CEFAB) is unknown color: approx Vista Blue. HEX triplet: 7C, EF and AB. RGB value is (124,239,171). Sum of RGB (Red+Green+Blue) = 124+239+171=534 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.22% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #7CEFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CEFAB is #831054. Grayscale: #C5C5C5. Windows color (decimal): -8589397 or 11267964. OLE color: 11267964.

HSL color Cylindrical-coordinate representation of color #7CEFAB: hue angle of 144.52º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CEFAB is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB124239171-
CMYK0.4800.280.06
HSL144.52º78.23%71.18%-
HSV(B)144.52º48.12%93.73%-
XYZ46.5368.9649.39-
YUV196.86113.476.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 23.22%
GREEN value IS 239 (93.75% from 255) = 44.76%
BLUE value IS 171 (67.19% from 255) = 32.02%
R=23.22%
G=44.76%
B=32.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1242391710.4800.280.06144.5278.2371.18
Hex7CEFAB3001C6914e47
Octal174357253600346221116107
Binary111110011101111101010111100000111001101001000110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CEFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CEFAB; }

 p { color: rgb(124,239,171); }

 H1.HeaderClassName
 {
   color: #7CEFAB;
 }
 .AnyTagClassName
 {
   color: #7CEFAB;
 }
</style>
background-color css

<style>
 a { background-color: #7CEFAB; }

 a { background-color: rgb(124,239,171); }

 div.DivClassName
 {
   background-color: #7CEFAB;
 }
 .BgClassName
 {
   background-color: #7CEFAB;
 }
</style>
border-color css

<style>
 span { border-color: #7CEFAB; }

 span { border-color: rgb(124,239,171); }

 td.TdClassName
 {
   border-color: #7CEFAB;
 }
 .TagClassName
 {
   border-color: #7CEFAB;
 }
</style>